Stroker396 Posted December 8, 2008 Share Posted December 8, 2008 I have done some searches and tried reading up, but I am still stuck. Here is the whole code. Can someone please point me in the right direction ASAP the site is going live Ahhhh Products Available 1054 - Unknown column 'p.products_mediumimage' in 'field list' select p.products_image, pd.products_name, p.products_id, p.products_mediumimage, 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 from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '37' order by pd.products_name limit 0, 20 [TEP STOP] The Site can be viewed at www.performanceautopartsonline.com The site is live (despite these minor glitches) please respect that and do not sign up etc... maybe a contribution one day when I get this site the way I want it. I don't make spelling mistakes! I have dyslecsic fingers. Link to comment Share on other sites More sharing options...
Hotclutch Posted December 8, 2008 Share Posted December 8, 2008 I have done some searches and tried reading up, but I am still stuck. Here is the whole code. Can someone please point me in the right direction ASAP the site is going live Ahhhh Products Available 1054 - Unknown column 'p.products_mediumimage' in 'field list' select p.products_image, pd.products_name, p.products_id, p.products_mediumimage, 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 from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '1' and p2c.categories_id = '37' order by pd.products_name limit 0, 20 [TEP STOP] http://addons.oscommerce.com/info/651 http://addons.oscommerce.com/info/4654 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.