Fix Conflict issue between BSS M2 Multiple Store View Pricing and M2 Shopping Cart Price Rule per Store View

Created by Jane D, Modified on Thu, 28 Nov 2019 at 01:23 PM by Jane D

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>
    <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>
    <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> -->


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

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article