Email confirmations and the Great British Pound

Howdo,

I've been looking at this on and off for over a week. As I've exhausted all other distractions, and the weather's sadly taken a turn for the worse, I wondered if anyone can help me...

I'm trying to add a pound sign (£) to my html email confirmations, but I'm not being very fortunate - and when the email is delivered I'm greeted with £.

Google, normally my trump card, isn't being as helpful as I'd like either.

Here's a portion of the sample code from the 'Order Email Sample1_html.xsl' file, provided in the v8.xx version releases...

<td align="right" valign="top"><xsl:value-of select="format-number(number($total), '$####.##')"/></td>

...and instead of this '$####.##', I want this '£####.##', without some weird new currency.

Thanks kindly, Ben!

Parents Reply Children
No Data