Right now, I see that a new Product will set the Quantity Box to ON for the Product Info ...
Your existing products all appear to have this turned off ...
You can fix this by typing into the Tools ... Install SQL Patch ...
Now all Products, except any with Attributes, can show the Quantity box ...PHP Code:UPDATE products SET products_qty_box_status=1;
![]()
A backup of your database is always a good idea about now ... both before and after ...




