Created
March 28, 2025 05:43
-
-
Save sandipklevu/029e5ab5c58aab23d4ef1e654df8da72 to your computer and use it in GitHub Desktop.
Disabling plugin for Magento\CatalogRule\Model\Indexer\IndexBuilder for Klevu Module
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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