Thank you so much for your quick response. Unfortunately I am not into PHP and SQL so I struggled a lot last night. I dont even care about option names. What I really want is that all my option values (I don't have more than 3) to just be concatenated and appear in one cell / row.
I tried something like: CONCAT(".PREFIX."order_option.value, ',', ".PREFIX."order_option.value) AS Details. Obviously it only duplicates the same value so perhaps it needs some counter here or as you said, somewhere near line 142?
Dear Daniel, Thank you so…
Dear Daniel,
Thank you so much for your quick response. Unfortunately I am not into PHP and SQL so I struggled a lot last night. I dont even care about option names. What I really want is that all my option values (I don't have more than 3) to just be concatenated and appear in one cell / row.
I tried something like: CONCAT(".PREFIX."order_option.value, ',', ".PREFIX."order_option.value) AS Details. Obviously it only duplicates the same value so perhaps it needs some counter here or as you said, somewhere near line 142?
Any hint or help will be highly appreciated :)
Kind Regards
Annie