cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2: How can i over write html file within a module?

Magento 2: How can i over write html file within a module?

Hello,

 

How can i over write html file within a module.

e.g. Html files which are present in checkout module template folder, i want to over write it. how can i do that?

 

Regards

Mukesh

3 REPLIES 3

Re: Magento 2: How can i over write html file within a module?

What exact file do you want to override?

Re: Magento 2: How can i over write html file within a module?

I want to over write html files which are kept at: app\code\Magento\Checkout\view\frontend\web\template

 

Re: Magento 2: How can i over write html file within a module?

You can create that file at design -> frontend -> yourtemplate -> yourmodule -> Magento_Checkout->templates .

Hope this help you