CouponManagement Plugin not working on cart page
I have created a plugin to add custom functionaly before Coupon apply it’s working fine on checkout page but not working on cart page: /etc/di.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <type name=”MagentoQuoteModelCouponManagement”> <plugin name=”checkout_coupon_apply” type=”GeekayRewardpointPluginCheckoutCouponApply”/> </type> /Plugin/CheckoutCouponApply.php <?php namespace GeekayRewardpointPlugin;… Read More »CouponManagement Plugin not working on cart page