[ic] [discount]

Michael Goldfarb interchange-users@icdevgroup.org
Mon Nov 11 10:16:01 2002


>>It says in the docs that [item-difference] will "display the
difference
>>between the original price, and the discounted price."
>>
>>I haven't personally used it.
>>
>>If that doesn't work for you, write a more detailed description about
>>the type of discount(s) you are doing and maybe I can help more.
>
>I would like to show the sub-total before the discount, then the
discount
>that is given, and then the new  total after the discount was applied.
>So I would have something like this:
>
>Sub-total :  30.00
>   Discount: - 5.00
>       Total :  25.00
>
>I am giving the discount with [discount ENTIRE_ORDER] $s - 5
[/discount]
>
>Thanks..
>
>Michael


Kevin Walsh posted a usertag here that will show the subtotal before
discounts are applied:

http://www.interchange.rtfm.info/downloads/usertags/subtotal_nodisc.user
tag

You should be able to use a combination of that usertag and
[item-difference] to do what you need to.

Hope that helps.