Your Reliable Touch Display Solution Partner
TikTok google+ linkedin twitter facebook

1054 - Unknown column 'p.products_size' in 'order clause'

select distinct p.products_id,p.products_model,p.products_brand_name, pd.products_name,p.products_image, pd.generic_part_number,p.products_weight, pd.products_description,pd.products_feature, pd.products_simpledescription, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price,p.products_price,products_msrp from products_description pd, products p left join specials s on p.products_id = s.products_id left join products_to_manufacturers ptm on ptm.products_id = p.products_id ,categories_description cd,products_to_categories p2c where p.products_status = '1' and ptm.manufacturers_id in(17) and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = p2c.categories_id and pd.language_id = '1' order by p.products_size asc limit 0, 20

[TEP STOP]