Skip to content

Instantly share code, notes, and snippets.

@sandipklevu
Created March 28, 2025 05:43
Show Gist options
  • Save sandipklevu/029e5ab5c58aab23d4ef1e654df8da72 to your computer and use it in GitHub Desktop.
Save sandipklevu/029e5ab5c58aab23d4ef1e654df8da72 to your computer and use it in GitHub Desktop.
Disabling plugin for Magento\CatalogRule\Model\Indexer\IndexBuilder for Klevu Module
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
<type name="Magento\CatalogRule\Model\Indexer\IndexBuilder">
<plugin name="Klevu_IndexingProducts::CatalogRuleIndexBuilderPlugin" disabled="false"/>
</type>
</config>
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Vendor_Example">
<sequence>
<module name="Klevu_IndexingProducts"/>
</sequence>
</module>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment