Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 458 Bytes

checkout_cart_coupon.md

File metadata and controls

20 lines (16 loc) · 458 Bytes

Checkout Cart Coupon

magento.checkoutCartCoupon.add({
  quoteId:    val,
  couponCode: val,
  storeView:  val   /* optional */
}, callback);
magento.checkoutCartCoupon.remove({
  quoteId:    val,
  storeView:  val   /* optional */
}, callback);