Royal Canin
1054 Unknown column 'p2c.category_sort' in 'order clause'
in:
[select distinct(p.products_id),pd.products_name, p.products_image, m.manufacturers_name, p.products_quantity, p.products_model01, p.products_id, p.products_type, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status = 1, s.specials_new_products_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status
from max_products p left join max_specials s on p.products_id = s.products_id, max_products_description pd, max_manufacturers m
where p.products_status = 1
and pd.products_id = p.products_id
and pd.language_id = '2'
and p.manufacturers_id = m.manufacturers_id
and m.manufacturers_id = '1' order by p2c.category_sort, p.products_sort_order, pd.products_name+1]