Notice: Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY rating DESC LIMIT 0,24' at line 6
Error No: 1064
SELECT p.product_id,
(SELECT AVG(rating) AS total FROM review r1 WHERE r1.product_id = p.product_id AND r1.status = '1' GROUP BY r1.product_id) AS rating
FROM product p
LEFT JOIN `product_description` pd ON (p.product_id = pd.product_id)
LEFT JOIN product_to_store p2s ON (p.product_id = p2s.product_id)
WHERE p.date_available <= NOW() AND p2s.store_id = '0' and (p.product_id=) ORDER BY rating DESC LIMIT 0,24 in /home/u392418/xn----7sbbu3aa5aq6j.xn--p1ai/www/system/database/mysql.php on line 49