We would like to offer a volume discount based on two levels of value in the user's cart. For example, this is what we'd like to offer:
Order $200.00 - $300.00 for a 10% discount Order $301.00 or more for a 20% discount
Is this something that can be setup using Tea Commerce's rules or does it need to be custom coded? Any direction you can provide is appreciated. Thanks!
What you want to do is not standard in Tea Commerce. It would be pretty simple to do with the Tea Commerce event model though.
Depending on the specific needs of your case you can hook into the events in various places and manipulate the order when the totalPrice is withing your ranges. Normally we set up the ranges as nodes with their own doc types. That way you can let your web admins change the discounts on the fly, without you having to change the .NET code everytime.
Volume Discount Based on Cart Value
We would like to offer a volume discount based on two levels of value in the user's cart. For example, this is what we'd like to offer:
Order $200.00 - $300.00 for a 10% discount
Order $301.00 or more for a 20% discount
Is this something that can be setup using Tea Commerce's rules or does it need to be custom coded? Any direction you can provide is appreciated. Thanks!
Hi Greg,
What you want to do is not standard in Tea Commerce. It would be pretty simple to do with the Tea Commerce event model though.
Depending on the specific needs of your case you can hook into the events in various places and manipulate the order when the totalPrice is withing your ranges. Normally we set up the ranges as nodes with their own doc types. That way you can let your web admins change the discounts on the fly, without you having to change the .NET code everytime.
/Rune
is working on a reply...