snk1324
-
7/11/2011 8:08:40 AM
(format) in macro in e-mail template not working
The following is not working:
Note, I have nested macros. The nested macros work fine, until I try to use the (format) parameter
{%Order.OrderTotalShipping!(format){0:f2}%}
I also tried
{%Format(ToDouble(Order.OrderTotalShipping, ""), "{0:f2}")%}
|