cart/discount/remove
Remove specific discount codes from cart
Fields
code
• string required
code
• string requiredThe specific discount code to remove from the cart.
Removes a specific discount code from the cart while preserving any other discount codes that may be applied. This action provides granular control over discount management, allowing removal of individual discount codes without clearing all discounts.
Tapcart.action("cart/discount/remove", {
code: 'APP15'
});
Updated 9 days ago