woocommerce/plugins/woocommerce/templates/global
vedanshujain 907c8d403b Set autocomplete off in cart quanity input field to show actual value.
Autocomplete is default to on in most browsers, this is usually fine, but FireFox will overwrite actual value with whatever user entered last. This means if we change the quanity in some other page, and then refresh the cart page, the last entered value in cart page will be displayed, overwriting the actual value passed by server.

So autcomplete is disabled by default for quanity input field, further a filter is added like other fields in case this needs to be modified.
2021-11-15 11:38:39 +05:30
..
breadcrumb.php git mv a few folders 2021-10-19 10:35:45 +13:00
form-login.php git mv a few folders 2021-10-19 10:35:45 +13:00
quantity-input.php Set autocomplete off in cart quanity input field to show actual value. 2021-11-15 11:38:39 +05:30
sidebar.php git mv a few folders 2021-10-19 10:35:45 +13:00
wrapper-end.php git mv a few folders 2021-10-19 10:35:45 +13:00
wrapper-start.php git mv a few folders 2021-10-19 10:35:45 +13:00