[ic] SOLVED: How to write this tag?

Thomas N. Stefanidis thomas@prometheas.gr
Mon, 23 Apr 2001 13:09:36 +0300


Hello,

This is the correct solution :

return $difference / 340.750 ;

The $difference was from the [discount ENTIRE_ORDER] tag above.

Thomas


      [setlocale de_DE]
      [currency convert=1]
      [calc]
-->   return [$difference;] / 340,750 ------>must be -->  return
$difference / 340.750 ;
      [/calc]
      [/currency]