Hi, I'm using the FormatDecimal fuction to display the actual quantity discount price for items. I've got it all setup in table format but the FormatDecimal function doesn't seem to be formatting all the prices correctly, some look fine, others don't.
The following is the actual FormatDecimal code I am using:
Why are some prices displaying correctly and others aren't displaying proper decimal places?Code:$<xsl:value-of select="aspdnsf:FormatDecimal(.9*Price, 2)"/> $<xsl:value-of select="aspdnsf:FormatDecimal(.8*Price, 2)"/> $<xsl:value-of select="aspdnsf:FormatDecimal(.7*Price, 2)"/>