|
 |
|
|
1054 - Unknown column 'p.products_points' in 'field list'
select distinct products_model, pd.products_name, m.manufacturers_name, p.products_image, p.products_weight, p.products_sort_order, p.products_id, p.manufacturers_id, p.products_quantity, p.barrier_yellow, p.barrier_red, f.status, products_free_shipping, p.products_points from products_description pd, categories c, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id left join featured f on p.products_id = f.products_id, products_to_categories p2c where products_status = '1' and p.products_id = pd.products_id and pd.language_id = '2' and p.products_model NOT LIKE 'GIFT%' and p.products_id = p2c.products_id and p2c.categories_id = c.categories_id order by p.products_sort_order, pd.products_name limit 0, 20
[TEP STOP]
| | |