|
 |
0 -
select pd.products_description, p.products_id, p.products_image, p.products_tax_class_id, p.products_price as products_price from products_description pd, products p left join specials s on p.products_id = s.products_id where products_status = '1' and pd.language_id = '1' and p.products_id=pd.products_id and p.featured=1 order by p.products_date_added desc limit 4
[TEP STOP]
| | | |