This would be a quite heavy code for the SQL query because it would require several requests to the database. The best option in my opinion would be modify the PHP code to post-process the database output and aggregate the options in the same line as the products. The code should take the $setData variable after the line 142 and re-iterate each one of the lines aggregating all options in the same cell.
Hi Annie, This would be a…
Hi Annie,
This would be a quite heavy code for the SQL query because it would require several requests to the database. The best option in my opinion would be modify the PHP code to post-process the database output and aggregate the options in the same line as the products. The code should take the $setData variable after the line 142 and re-iterate each one of the lines aggregating all options in the same cell.
Regards,