Skip to content

magento man

Need new hosting service

I’m looking for a new hosting service because the one I currently use, after many years working perfectly, has new owners and is starting to… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1875034&goto=newpost

Add custom option Programmatically in cart its not increasing quantity in cart

I am adding custom option programatically in below observer. <event name=”checkout_cart_product_add_after”> <observer name=”mymodule_checkout_cart_product_add_after” instance=”ExtendStripeSubscriptionObserverCheckoutCartProductAddAfterObserver” /> </event> and observer code in below file its not increasing quantity in same cart item , its showing separate products in cart. <?php namespace ExtendStripeSubscriptionObserver;… Read More »Add custom option Programmatically in cart its not increasing quantity in cart