qm360 Posted August 15, 2006 Share Posted August 15, 2006 When I click ADD TO CART button I get the following error: 1054 - Unknown column 'popt.products_options_name' in 'field list' select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix from products_options popt, products_options_values poval, products_attributes pa where pa.products_id = '698{2}7' and pa.options_id = '2' and pa.options_id = popt.products_options_id and pa.options_values_id = '7' and pa.options_values_id = poval.products_options_values_id and popt.language_id = '1' and poval.language_id = '1' Can anyone help? Link to comment Share on other sites More sharing options...
♥Vger Posted August 15, 2006 Share Posted August 15, 2006 It means that the products_options_name field does not exist in the products_options table in your database. Vger Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.