1327 - Undeclared variable: MAX_DISPLAY_BACK2SCHOOL_PRODUCTS
select p.products_id, .p.products_model, p.products_image, p.products_tax_class_id, pd.products_name, s.status, r.status, r.products_id, s.specials_new_products_price, p.products_price from products p left join specials s on p.products_id = s.products_id, products_description pd, back2school r where p.products_status = '1' and r.status = '1'and p.products_id = r.products_id and p.products_id = pd.products_id and pd.language_id = '1'order by p.products_model limit 0, MAX_DISPLAY_BACK2SCHOOL_PRODUCTS
[TEP STOP]
|