I added qty input on product list (list.phtml) is any way to implement solution with update qty like on cart page or minicart? not just add to cart but update qty in product list.
Regards Matt
I added qty input on product list (list.phtml) is any way to implement solution with update qty like on cart page or minicart? not just add to cart but update qty in product list.
Regards Matt
2
Answers
You can use something like this:
But this will work only with simple products.
Replace below code in
mincart.phtml
and deply :