Top » PITSOS
PITSOS

Show: 

Result Pages: [<< Prev]   1  2  Displaying 41 to 59 (of 59 products)

1054 - Unknown column 'pcat.sort_order' in 'order clause'

select p.products_image, p.products_shop_code, pd.products_name, p.products_sort_order, pd.product_techn_desc, p.products_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_status from products p left join specials_retail_prices s on p.products_id = s.products_id, products_description pd, manufacturers m where pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '6' order by pcat.sort_order, p.products_sort_order , pd.products_name asc limit 40, 40

[TEP STOP]