0

I need to overwrite the file vendor/magento/module-customer/view/adminhtml/web/template/default-address.html. I have tried creating a custom module and adding the file in app/code/myvendor/mymodule/view/adminhtml/web/template/default-address.html but it is not working.

I have also tried adding the file directly in app/design/adminhtml/Magento/Magento_Customer/web/template but it's not working either.

How can I overwrite html files from magento admin? I'm working in Magento 2.3.5 p-1.

Thanks in advance

asked Apr 5, 2021 at 16:21

1 Answer 1

1

You can Create an Admin theme to override templates

answered Apr 5, 2021 at 18:24
1
  • Thank you very much, I thought I could do this without creating a theme but I can see that I can't. With the theme it works perfectly. Commented Apr 7, 2021 at 14:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.