|
Error Ref:
SQL ERROR: select p.products_image, pd.products_name, p.products_id, p.products_price, p.products_tax_class_id, p.manufacturers_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_model from products p left join products_to_categories p2c on (p.products_id = p2c.products_id) , categories c left join specials s on (p.products_id = s.products_id), products_description pd left join manufacturers m on (p.manufacturers_id = m.manufacturers_id) where c.categories_id = p2c.categories_id and p.products_id = pd.products_id and p.products_status =1 and p2c.categories_id in ('11','12','13','14','15','16','19','10') and c.is_visible = 'y' and p.products_quantity > 0 and (p.products_config is NULL or p.products_config = '' ) and p.products_id not in ('398','389','391','72','259','74','260','76','261','78','262','263','264' ) order by p.products_order, p.products_date_added desc
MySQL Error 1054: Unknown column 'p.products_id' in 'on clause'
URI: /outlet-c-10.html?in_stock_scc=1&ln=7&subcat=1 | |