Skip to main content
Tweeted twitter.com/StackMagento/status/717761501759717376
added 6 characters in body
Source Link
Qaisar Satti
  • 32.6k
  • 18
  • 88
  • 138

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

I want to override vendor\magento\module-ui\view\base\web\js\form\components\collection.js' and jsvendor\magento\module-ui\view\base\web\templates\form\components\collection.html` and vendor\magento\module-ui\view\base\web\templates\form\components\collection.html for customer address tab modifications.

With using theme inheritance i can do this by implementing above files in my custom theme files in `Magento_Ui'Magento_Ui folder, but how could I achieve the same for magento2 extension i.e. with in app/code/vendor/moduleapp/code/vendor/module folder.

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

I want to override vendor\magento\module-ui\view\base\web\js\form\components\collection.js' and vendor\magento\module-ui\view\base\web\templates\form\components\collection.html` for customer address tab modifications.

With using theme inheritance i can do this by implementing above files in my custom theme files in `Magento_Ui' folder, but how could I achieve the same for magento2 extension i.e. with in app/code/vendor/module folder.

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

I want to override vendor\magento\module-ui\view\base\web\js\form\components\collection.js and vendor\magento\module-ui\view\base\web\templates\form\components\collection.html for customer address tab modifications.

With using theme inheritance i can do this by implementing above files in my custom theme files in Magento_Ui folder, but how could I achieve the same for magento2 extension i.e. with in app/code/vendor/module folder.

added 446 characters in body
Source Link
prasad maganti
  • 912
  • 2
  • 18
  • 36

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

I want to override vendor\magento\module-ui\view\base\web\js\form\components\collection.js' and vendor\magento\module-ui\view\base\web\templates\form\components\collection.html` for customer address tab modifications.

With using theme inheritance i can do this by implementing above files in my custom theme files in `Magento_Ui' folder, but how could I achieve the same for magento2 extension i.e. with in app/code/vendor/module folder.

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.

I want to override vendor\magento\module-ui\view\base\web\js\form\components\collection.js' and vendor\magento\module-ui\view\base\web\templates\form\components\collection.html` for customer address tab modifications.

With using theme inheritance i can do this by implementing above files in my custom theme files in `Magento_Ui' folder, but how could I achieve the same for magento2 extension i.e. with in app/code/vendor/module folder.

Source Link
prasad maganti
  • 912
  • 2
  • 18
  • 36

how to override template files for magento2 extension

In magento2 to override template files here, but for magento2 extension we have to follow here.

So how to override template files in magento2 extension with out considering theme inheritance.