sedemik Posted October 23, 2008 Share Posted October 23, 2008 Hello I am rookie with OsCommerce and I have now one problem. I installed 'Minimum Amount To Make The Order' feature few days ago. Everything works great, but now it doesn't. I have made something wrong but what. When I am going from 'shopping_cart.php' to 'checkout_shipping.php' the page shows error message: "1054 - Unknown column 'minorder' in 'field list' SELECT minorder FROM products WHERE products_id=3 [TEP STOP]" What does that means and what I should to do now? Link to comment Share on other sites More sharing options...
arietis Posted October 23, 2008 Share Posted October 23, 2008 your select is looking for a column named 'minorder' in the table 'products'. this isn't standard osc, so you must have installed a contribution that is looking for the column, but you didn't make the change to your database to add the column. check your install instructions, looking specifically for the sql to add the column. Link to comment Share on other sites More sharing options...
sedemik Posted October 23, 2008 Author Share Posted October 23, 2008 your select is looking for a column named 'minorder' in the table 'products'. this isn't standard osc, so you must have installed a contribution that is looking for the column, but you didn't make the change to your database to add the column. check your install instructions, looking specifically for the sql to add the column. Thanks for your answer. I found the problem with your help and now it works again. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.