Skip to main content

Questions tagged [overrides]

Questions about overriding core features (class rewrites, local code pool, theme overrides). For URL rewrites, use the "url-rewrite" tag instead.

0 votes
1 answer
52 views

I need to override below file in my custom module Ayakil_CatalogPermissionsExtended vendor/magento/module-catalog-permissions/view/adminhtml/web/category_edit.js The custom module was created and ...
Mujahidh's user avatar
  • 2,782
0 votes
1 answer
53 views

I would like to override vendor/magento/module-configurable-product/Pricing/Render/TierPriceBox.php in my extension, but failed to do so so far. So, how can I override that class? Thanks!
user4095519's user avatar
0 votes
2 answers
66 views

I have followed few instructions found in this forum, but I must be missing something. I am trying to override Customer controller, specifically _welcomeCustomer method. Here is what I have got: ...
Tareq's user avatar
  • 113
0 votes
1 answer
120 views

I want to override the file "Fooman\EmailAttachments\Observer\AbstractSendInvoiceObserver". Here is the code in the di.xml. <!-- module introduced preferences --> <preference for=&...
Jancy Abraham's user avatar
0 votes
2 answers
100 views

I am new to coding in Magento 2. I am trying to override a file using this guide https://webkul.com/blog/overriding-rewriting-classes-magento2/, and my file compiles without error, but changes don't ...
Jack's user avatar
  • 5
0 votes
1 answer
191 views

We are using the Magento 2.3.5 version we want to update the version from 3.79.1 to 3.97.0 in requirejs-config.js file-path - vendor/gene/module-braintree/view/base/requirejs-config.js when we are ...
sumeet bajaj's user avatar
  • 1,316
2 votes
3 answers
110 views

I am getting the following error on di compile: **Extra parameters passed to parent construct $directoryHelper** That's the original code: class PreviewButton extends \Magento\Config\Block\System\...
Someguy's user avatar
  • 21
0 votes
1 answer
63 views

I have successfully overwrite core file: Magento\Sitemap\Model\ResourceModel\Catalog\Product but getting error in public function getCollection($storeId) for this: $this->scopeConfig->isSetFlag ...
Jimit Bhavsar's user avatar

15 30 50 per page
1
2 3 4 5
89