Question:
We have downloaded and installed the latest version of Magento 2 Multiple Store View Pricing.
The module is working fine but when we do compile following error is throwing:
Fatal error: Interface 'Magento\GroupedProduct\Model\ResourceModel\Product\Indexer\Price\GroupedInterface' not found in /var/www/html/tallytest/app/code/Bss/MultiStoreViewPricingPriceIndexer/Model/ResourceModel/Product/Indexer/Price/Grouped.php on line 34
Answer:
In this case, because Magento 2.1.0 does not have 'Magento\GroupedProduct\Model\ResourceModel\Product\Indexer\Price\GroupedInterface' file. Hence, to fix this problem, could you please try to edit this file: app/code/Bss/MultiStoreViewPricingPriceIndexer/Model/ResourceModel/Product/Indexer/Price/Grouped.php
Replace the class Grouped extends DefaultPrice implements GroupedInterface to Grouped extends DefaultPrice.
For more information about product, please refer Multiple Store View Pricing for Magento 2 page.
Here are some information about BSS Commerce:
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.
If you need any further assistance, please feel free to contact us.
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