Re: Export Shipping & Order Information v1.5.0
SELECT COUNT( * ) AS max_num_of_products
FROM (orders o LEFT JOIN orders_products op ON o.orders_id = op.orders_id), orders_total ot
WHERE o.orders_id = ot.orders_id
AND ot.class = 'ot_shipping' GROUP BY o.orders_id ASC
ORDER BY max_num_of_products DESC

Originally Posted by
noi.ng
I see. Guess I will not use the plugin then since i also have no idea. Appreciate your input.
That error in the code has been there since v1.2.2 with zc1.3.7. I'll fix it ASAP and post a link to my GitHub file when completed.
Can you tell me what database you are using? The code error exists but I haven't managed to trigger it with either MariaDB or MySQL.
OldNGrey
ZC158a PHP 8.2.15
MySQL 10.6.16-MariaDB
Bookmarks