Hi,
Is it possible to remove the quantity section from the Product Page, so the user has only add to cart? Will this affect the cart/checkout page, as I would still like it in here?
Thanks
M
Hi,
Is it possible to remove the quantity section from the Product Page, so the user has only add to cart? Will this affect the cart/checkout page, as I would still like it in here?
Thanks
M
Hello,
You can add this on your custom.css
div form.cart div.quantity {
display: none;
}
No, it will not affect the cart/checkout at all. Users will just lose the ability to add multiple items.
Regards,
Ismael
Thanks!
Glad that Ismael could help you with that :)
Regards,
Devin
This topic has been closed to new replies.