Skip to content

magento man

Magento2 For a logged-in customer, when I click ‘View and Edit Cart,’ the customer is automatically logged out after reaching the cart page

Website: www.artlounge.in I’m encountering an issue where, after a customer logs in and adds a product to the cart, clicking on ‘View and Edit Cart’ causes an automatic logout. This issue occurs when there are 2 or 3 products in… Read More »Magento2 For a logged-in customer, when I click ‘View and Edit Cart,’ the customer is automatically logged out after reaching the cart page

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