Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > (format) in macro in e-mail template not working View modes: 
User avatar
Member
Member
snk1324 - 7/11/2011 8:08:50 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

{%Format(Order.OrderTotalShipping, "{0:f2}")%}

I also tried

{%Format(ToDouble(Order.OrderTotalShipping, ""), "{0:f2}")%}