-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
-
4.9.0 M3
-
Oui
do not show .0 for price on summary and full views
<xsl:choose>
<xsl:when test="contains(metadata/price, '.0')"><xsl:value-of select="substring-before(metadata/price, '.0')"/></xsl:when>
<xsl:otherwise><xsl:value-of select="translate(metadata/price, '.', ',')"/></xsl:otherwise>
</xsl:choose>