How to add fee based on After Discount rule
Once we need to add fees based on the cart subtotal after discount coupon applied then, we can use this After Discount rules.
1 If the Cart Total is less than $500 after discount, then only allow local fees.
2 If Cart Total is between $501 – $1000 after discount, then allow Medium fee.
3 If Cart Total is Above $1000 after discount, then allow No fees.
Cart subtotal Conditions parameter as per below:
With Cart subtotal after the discount (order amount fee) rules, you can apply a different condition on Cart subtotal as per below.
- = Equal to
- > Greater than
- < Less than
- != Not equal to
- >= Greater than or equal to
- <= Less than or equal to
Note: Cart Subtotal amount = Order Amount after all the discount coupon applied. If no coupon applied then, this rule will not work.
1. If Cart subtotal after the discount is LESS THAN
You can use this feature when you want to skip the fees charge when the order amount is higher than what you specified.
Screenshot 1: (Admin: Cart subtotal (after discount) based extra fee rule example 1)
2. If Cart subtotal before the discount is GREATER THAN
You can use this feature when you want to skip fees charges when the order amount is less than what you specified.
Screenshot 2: (Admin: Cart subtotal (after discount) based extra fee rule example 2)
Screenshot 3: (Admin: Cart subtotal (after discount) based extra fee rule example 3)
Screenshot 4: (Extra Fees front side view)