skip to Main Content

Override js file in the Magento2 checkout

I try to override a js file in the magento2 checkout. I want to override /vendor/magento/module-checkout/view/frontend/web/js/view/form/element/email.js. So I copied the file in my module to: /app/code/Myself/Test/view/frontend/web/js/view/form/element/email.js I did a small change in /app/code/Myself/Test/view/frontend/web/js/view/form/element/email.js: /** * Callback on changing email property…

VIEW QUESTION
Back To Top
Search