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

Thomas N. Stefanidis thomas@prometheas.gr
Thu, 12 Apr 2001 19:19:09 +0300


I made a test.
I have 2 products which costs 17.000 each. Subtotal=34.000
With the discount it gets : 32.300
So in euro should be 94,80...but it shows the subtotal without the
discount (99.78 € )
Then i have the shipping :
1.350
3.96 €
(works fine).

At the end i have the total cost.
33.650 δρχ
103.74 € (this is subtotal without the discount plus the shipping)

================
Your test came up like this :
[setlocale eur_EUR]
Should be: [currency convert=1]
[subtotal noformat=1]
[/currency]
<br>
No format: [subtotal noformat=1]
<br>
one hundred: [currency convert=1]
    100
[/currency]

RESULTS

0.29 €
No format: 100
one hundred: 0.29 €


I'm going crazy!!


Thomas