Fatal error: Uncaught Exception: 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 'sAmsterdam'
AND p.status = '1'
AND p.date_available...' at line 9<br />Error No: 1064<br />SELECT p.product_id, p.*, ps.price AS special_price FROM oc_product p
LEFT JOIN oc_product_to_store p2s ON (p.product_id = p2s.product_id)
LEFT JOIN oc_product_special ps ON (
p.product_id = ps.product_id
AND ps.customer_group_id = '1'
AND ((ps.date_start = '0000-00-00' OR ps.date_start < NOW())
AND (ps.date_end = '0000-00-00' OR ps.date_end > NOW()))
)
WHERE p.groupp = 'BaseNailsOfTheDayCoverBaseLet'sAmsterdam'
AND p.status = '1'
AND p.date_available <= NOW()
AND p2s.store_id = '0'
AND p.product_id NOT IN (
SELECT product_id FROM oc_product_to_category WHERE category_id = '423'
in /home/naomi24/web/naomi24.ua/public_html/system/library/db/mysqli.php on line 49