Coupons let you offer customers fixed or percentage based discounts.
To redeem, your customers simply need to enter a valid coupon code into a {{ sc:coupon:redeem }}
form.
You can manage coupons in the Control Panel - under Simple Commerce -> Coupons
.
Beyond creating a coupon & setting the discount amount, you may also configure a set of additional rules to check if the customer's cart qualifies for the discount.
You may use the {{ s:coupon:redeem }}
tag to let customers redeem a coupon.
You should include a code
input inside the form tag.
{{ sc:coupon:redeem }}<input type="text" name="code">{{ /sc:coupon:redeem }}
{{ sc:coupon:redeem }}<input type="text" name="code">{{ /sc:coupon:redeem }}
For more information about the available Coupon tags, please review the {{ sc:coupon }}
tag documentation.