I want to add unique IDs to the ‘place order’ buttons on checkout. I found the right templates on the vendor folder & tried to copy them to my custom theme on app/design: vendor/magento/module-paypal/view/frontend/web/template/payment/paypal-express.html To: app/design/frontend/Vendor/Theme/Magento_Paypal/view/frontend/web/template/payment/authorizenet-directpost.html & vendor/magento/module-authorizenet/view/frontend/web/template/payment/authorizenet-directpost.html To: app/design/frontend/Vendor/Theme/Magento_Authorizenet/view/frontend/web/template/payment/authorizenet-directpost.html But it doesn’t seems to have any effect on the frontend. *I already tried toRead more