When calculating product discounts on the order, if a valid coupon code was entered, apply a 25% discount to the order total.
From the Conditional Actions admin page (/admin/store/ca):
- Select the Add a predicate tab
-
Set the following fields
-
Title
25% Coupon Code Discount
-
Trigger
Calculate product discounts on the order
-
Description
When calculating product discounts on the order, if a valid coupon code was entered, apply a 25% discount to the order total
-
Class
Discount
- Click the Save predicate button
-
Set the following fields
-
Available Conditions
Coupon entered
- Click the Add condition button
-
Set the following fields
-
Operator
equals
Coupon codes are NOT case sensitive.
-
Coupon Code
2010Convention
- Click the Save changes button
- Select the Actions tab
-
Set the following fields
-
Available actions
Apply a discount
- Click the Add action button
-
Set the following fields
-
Title
2010 Convention Discount
This is the discount label that will be used on the cart, checkout and review pages along with the invoices.
-
Operation
Multiply
-
Ammount
-.25
Although we selected Multiply for the operation, we are actually calculating the value we wish to Add to the order total. In this case we want to add (-.25 times the product sell price) to the product sell price.
- Select the Save changes button
Congratulations, you have completed setting up a %25 Coupon Code Discount. Now lets test it by visiting the checkout page and entering a coupon code. You should see a 2010 Convention Discount line on the Review page.