[ic] [subtotal], [total] and discount

Jonathan Clark jonc@webmaint.com
Wed, 11 Apr 2001 15:31:05 +0100


>
> Hi,
> I have tried :
> 
>         [setlocale el_GR]
>         [subtotal]
>         <br>
>         [setlocale eur_EUR]
>         [currency convert=1]
> --->  [subtotal]
>         [/currency]
> 
> but i can't get the second [subtotal] to take the discount.(I even tried
> to set it [subtotal noformat=0] but with no luck)


the [currency] tag expects a number, not including the curreency symbol.

try:

>         [currency convert=1]
> --->  [subtotal noformat=1]
>         [/currency]

Jonathan
Webmaint.