QUESTION:
I installed these two modules M2 Multiple Store View Pricing and M2 Shopping Cart Price Rule per Store View v1.0.5 on the site but it seems not to work together on our Magento 2.3.2 CE
ANSWER:
To fix the conflict of the two modules to make it work together, please edit as below:
Edit file app/code/Bss/MultiStoreViewPricing/etc/di.xml
comment code as below:
<!-- <type name="Magento\SalesRule\Model\Rule\Action\Discount\ByFixed">
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_ByFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type>
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_ByFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type>
<type name="Magento\SalesRule\Model\Rule\Action\Discount\ToFixed">
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_ToFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type>
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_ToFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type>
<type name="Magento\SalesRule\Model\Rule\Action\Discount\CartFixed">
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_CartFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type> -->
<plugin name="Bss_MultiStoreViewPricing::SalesRule_Rule_Action_Discount_CartFixed"
type="Bss\MultiStoreViewPricing\Plugin\SalesRule\Model\Rule\Action\Discount\Fixed"
sortOrder="0"/>
</type> -->
If you need any further assistant, please do not hesitate to let us know.
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