0

Is there any way to override .html and js files present in app/design folder from a custom module in app/code ?

I was looking to override app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/template/shipping.html and app/design/frontend/Vendor/ThemeName/Magento_Checkout/web/js/view/shipping.js from my custom module in app/code. Any help will be appreciated

1 Answer 1

2

Since app/design has the highest priority, you won't be able to override the same in your custom module.

Another way to do this would be:

  1. Remove file from design
  2. Add the same file in the design folder into your custom module & then do your required set of changes to the same.

Your Answer

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.