Do you see anything obviously wrong here?
I am trying to override
-
vendor/magento/module-configurable-product/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml
-
vendor/magento/module-configurable-product/view/adminhtml/web/js/variations/steps/bulk.js
I tried adding there files to my local
-
app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/view/adminhtml/web/js/variations/steps/bulk.js
-
app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/view/adminhtml/templates/catalog/product/edit/attribute/steps/bulk.phtml
Then this
-
app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/templates/catalog/product/edit/attribute/steps/bulk.phtml
-
app/design/adminhtml/TTT/FFF/Magento_ConfigurableProduct/web/js/variations/steps/bulk.js
None of these changes worked.
Can anyone told me the exact path I should be using or point me at what’s wrong on those I tried? Thanks!