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.
If you need any further assistance, please feel free to contact us.
Please visit our site for more useful Magento 2 Extensions: https://bsscommerce.com/magento-2-extensions.html
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