No content to show
User Activity
We would like to use the Script Editor to control the coupons. Is it possible to get the minimum quantity of products that a coupon can be applied to in the Script Editor?It is possible to get the "Input.cart.discount_code.minimum_order_amount" from ...
Sorry, It's solved.Here's the code.puts Input.cart.discount_code.minimum_order_amount It is not mentioned in the official documentation, so we would like to ask you to fix it. https://help.shopify.com/en/manual/checkout-settings/script-editor/shopify...
How do I get the applicable price of a coupon in the Script Editor?You can retrieve a discount coupon from a Cart object in the Script Editor.However, it is not possible to get the discounted price of the coupon.For example, can I use a coupon code t...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
305 | 02-28-2022 02:49 AM |