On my Shopping Cart homepage the page is not displaying correctly. I have this error message under my flash banner. Could someone please be of assistance?
Thanks,
Issue* 1064 - 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 'MAX_DISPLAY_PRODUCTS_FIRST_PAGE' at line 1
Code:
select p.products_id, p.products_image, p.products_tax_class_id, pd.products_name, if(s.status, s.specials_new_products_price, p.products_price) as products_price from products p left join specials s on p.products_id = s.products_id, products_description pd where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' order by p.products_date_added desc limit MAX_DISPLAY_PRODUCTS_FIRST_PAGE
[TEP STOP]
Last edited by chrishirst; 12-26-2010 at 06:41 PM..
|