Magento get coupon code applied on cart


Magento get coupon code applied on cart : You Can get coupon code applied on cart from the current quote.


Magento get coupon code applied on cart Syntax


$couponCode = Mage::getSingleton('checkout/session')
             ->getQuote()
             ->getCouponCode();

Which will return the coupon code applied on the magento current cart’s item.


Advertisements

Add Comment

📖 Read More