Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

1054 - Unknown column 'minorder' in 'field list'


sedemik

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...