HOME PAGE MY ACCOUNT ABOUT US CONTACT US SHOPPING CART
SELECT SQL_CALC_FOUND_ROWS p.*, c.name as category_name FROM products p LEFT JOIN categories c ON c.id = '23'
	WHERE p.price_USD > 0 && ()
	ORDER BY p.name ASC
	LIMIT 0, 12
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 p.name ASC
	LIMIT 0, 12' at line 2