Hi
Hope someone can en-light me on this one:

ON v151 I had the qty box in the product info page.
On this new version, I want to remove it, and so I did like this:

I guess this one should be set to 1 ( configuration->productInfo)

Product Quantity Box Status - Adding New Products = 1

And in the layout product type:

Show Quantity in Shopping Cart = 0

Then I updated all products

UPDATE `products` SET `products_qty_box_status`=0 WHERE `products_qty_box_status`=1

Ok, So in product info page (actually I'm using the bookx product type, but the option is the same ), the quantity boxes are off.
Cool !

But on the shopping cart page , I think, or I wanted that a customer could update the qty....just there.
There's a column for the update, but only with a input hidden field....

Is this possible ? Or to have this quantity update on main_page shopping cart, I also must have the boxes in the product info page ?

Thanks