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!
Hi Ben,
There was a problem with the coding for this in the Version 8.0 release. I opened a help ticket and was sent a new build of the API to test with where the £ sign could be used instead of the $. I would open a ticket and see whether you can get a version of the new build api to test with. I am assuming the fix to this will be in the 9.0 release of the api.
Caryl
That's great! Thank you for your speedy response.
Looks like my weekend won't be ruined after all.
Cheers, Ben