|
|
Bodies & Mounts |
 |
|
 |
|
 |
1054 - Unknown column 'p.products_featured' in 'where clause'
select distinct p.products_id, p.products_image, p.products_tax_class_id, p.products_price as products_price from products p, products_to_categories p2c, categories c where p.products_id = p2c.products_id and p2c.categories_id = c.categories_id and c.parent_id = '38' and p.products_status = '1' and p.products_featured = '1' order by p.products_date_added desc limit 3
[TEP STOP]
| | |