 |
New Products For February |
 |
1054 - Unknown column 'p.products_id' in 'on clause'
select p.products_id, p.products_image, p.products_tax_class_id, if(s.status, s.specials_new_products_price, fp.products_price) as products_price from fixed_prices fp, products p, products_to_categories p2c left join specials s on p.products_id = s.products_id where fp.product_id = p.products_id and p2c.products_id = p.products_id and fp.code = 'USD' and products_status = '1' and p2c.categories_id != '39' and fp.products_price!='0.00' order by p.products_date_added desc limit 6
[TEP STOP]
|