skip to Main Content

Magento 2: Add "autocomplete" attribute to checkout fields

We're running our site on Magento CE2.4.1. Currently, checkout fields have the following attributes: <input class="input-text" type="text" data-bind=" value: value, valueUpdate: 'keyup', hasFocus: focused, attr: { name: inputName, placeholder: placeholder, 'aria-describedby': getDescriptionId(), 'aria-required': required, 'aria-invalid': error() ? true : 'false',…

VIEW QUESTION

update magento 2 version 2.3.5 to version 2.3.5-p2?

how to update magento 2 version 2.3.5 for 2.3.5-p2 ? I tried the following steps but it didn't work. composer require magento/product-community-edition=2.3.5 --no-update composer update php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento…

VIEW QUESTION

Varnish failed after configure – Apache

Regards to all, I installed the varnish on my Ubuntu 20.04 server. On which Magento2 and Apache web services work. When I apply the varnish according to instructions, it will not work. Can anyone help. Thanks in advance everyone! https://i.stack.imgur.com/PfQg6.png

VIEW QUESTION
Back To Top
Search