Output the currency symbol in uCommerce
One thing that's always bugged me about uCommerce is the way the prices are displayed (using the not so inviting ISO codes), this is a simple switch statement to output the (prettier) HTML symbol instead.
<xsl:choose>
<xsl:when test="@currency = 'GBP'