modulex-cart

How to retrieve coupon information in X-Cart 5.5


How to get the information about the discount coupon that the customer used or entered during the checkout process in X-Cart version 5.5?

To get the coupon information such as coupon code, coupon amount or discount percentage, coupon type etc.


Solution

  • Please check \CDev\Coupons\Model\Order::getUsedCoupons method.