I want to know if it is possible to display the order price variable ${order.total} in a way that is does not show the currency - just the amount
example ${order.total} would display as $10.00 where as I want to be able to display it as 10.00
The reason for this is that I want to add it to a link in the customer email notification that will say www.payme.com/domain/10.00 - which takes them to a link which asks for $10.00
|