Question:
When I reindex after installing v.2.1.5 Multiple Store View Pricing on Magento 2.2.4, I encountered this error:
"ClassMagento\Catalog\Model\ResourceModel\Product\Indexer\Price\IndexTableStructureFactoy does not exist"
"Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\PriceInterface"
However, when I disable this module, the error still remains while compiling.
How to fix it?
Answer:
-To fix the error, you could replace the DefaultPrice.php file of the module: app/code/Bss/MultiStoreViewPricingPriceIndexer/Model/ResourceModel/Product/Indexer/Price/DefaultPrice.php
with this file https://www.dropbox.com/s/k85khbrv1sucdkj/DefaultPrice.php?dl=0
-Remove these codes:
<type name="Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\PriceInterface">
<arguments>
<argument name="priceModifiers" xsi:type="array">
<item name="catalogRulePriceModifier" xsi:type="object">Bss\MultiStoreViewPricingCatalogRule\Model\Indexer\ProductPriceIndexModifier</item>
</argument>
</arguments>
</type>
<type name="Magento\Catalog\Model\ResourceModel\Product\Indexer\Price\BasePriceModifier">
<arguments>
<argument name="priceModifiers" xsi:type="array">
<item name="catalogRulePriceModifier" xsi:type="object">Bss\MultiStoreViewPricingCatalogRule\Model\Indexer\ProductPriceIndexModifier</item>
</argument>
</arguments>
</type>
in file /var/www/html/app/code/Bss/MultiStoreViewPricingCatalogRule/etc/di.xml
- And remove file /var/www/html/app/code/Bss/MultiStoreViewPricingCatalogRule/Model/Indexer/ProductPriceIndexModifier.php
If you need further assistance, please don't hesitate to contact us.
About us
BSS Commerce is a trusted Magento 2 extensions provider with 14+ years of experience, serving 75,000+ customers worldwide. We are an Adobe Commerce Solution Bronze Partner and a Select Magento Extensions Builder, reinforcing our expertise in the Magento ecosystem.
We specialize in developing 150+ high-quality Magento 2 extensions that enhance functionality, improve user experience, and support scalable growth. Our reputation is built on long-term partnerships, positive feedback, and proven performance-driven solutions.
Explore our extensions: https://bsscommerce.com/magento-2-extensions.html
For B2B businesses, our Magento B2B Extension by BSS Commerce is a flagship and widely adopted solution globally, offering advanced pricing, company account management, and streamlined workflows.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article