Magento – Dynamic Cart Discount

We need to implement a discount based on a customer’s cumulative shopping amount to date and apply this at checkout. Also need a static block that shows the customer his current cumulative purchase amount, plus currently in cart and total cumulative shopping with the discount he/she will receive.

We will skin the static block by here’s an example of the dynamic data we need in it:
Customer name: ACME Int.
Cumulative Orders to date: $12,012.00
Current Cart total : $ 562.00
Total : $ 12,574.00

Discount Tier : 10%

And then at checkout the we must apply an automatic 10% on the product total excluding TAX (not on shipping or anything else)

This is for standard 1.4.2 out of the box magento install.

Leave a Reply

Your email address will not be published. Required fields are marked *