Question

How to change qty input to the counter of the number of products.

enter image description here

Expected Result:

enter image description here

Was it helpful?

Solution

rewrite file

/vendor/magento/module-checkout/view/frontend/web/template/minicart/item/default.html

to

app/design/frontend/Vendor/Module/Magento_Checkout/web/template/minicart/item/default.html

and add <p data-bind="html: qty">

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top