1054 - Unknown column 'p2c.products_rank' in 'order clause'
select p.products_image, pd.products_name, p.products_id, p.manufacturers_id, fp.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, fp.products_price) as final_price, fp.products_msrp, fea.featured_id from fixed_prices fp, products p left join featured fea on p.products_id = fea.products_id and fea.status = '1' left join specials s on p.products_id = s.products_id, products_description pd, manufacturers m where p.products_status = '1' and pd.products_id = p.products_id and pd.language_id = '1' and p.manufacturers_id = m.manufacturers_id and m.manufacturers_id = '12' and fp.product_id = p.products_id and fp.code = 'USD' order by p2c.products_rank limit 0, 30