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]