Error: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.p...' at line 4
Error No: 1064
SELECT p.product_id, p.image, p.model, p.sku, p.mpn,
p.price, p.date_available, p.weight, p.weight_class_id, p.length, p.width, p.height,
p.sort_order, p.status, p.viewed, pd.name AS name, pd.description, pd.meta_title, pd.meta_description,
FROM oc_product p LEFT JOIN oc_product_description pd ON (p.product_id = pd.product_id)
WHERE p.product_id IN (1154)
AND pd.language_id = '1' AND p.status = '1'
AND p.date_available <= NOW() : in /home/adminlds2026/public_html/lds/system/library/db/mysqli.php on line 76