The box is now showing, but I still get a nasty error.
Specifically, when someone adds a product to the shopping cart, you get this error:
Product Name: whatever product ... Quantity Units errors -
You ordered a total of: 1 Min: 0 Units: 0

Quote Originally Posted by Ajeh View Post
The default in the database table for products should be 1 ...

I am not sure what you are using in your import, but setting that to 1 is what you want ...

If you cannot do this on the import then you can run it via the Tools ... Insert SQL Patch ...

PHP Code:
UPDATE products SET products_qty_box_status 1