Answer the question
In order to leave comments, you need to log in
How to withdraw additional group property in xsl template on hostcms 6?
Writing:
<xsl:value-of select="property_value[tag_name='group-header-h167']/value"/>
<xsl:choose>
<xsl:when test="/shop/ТекущаяГруппа = 0">
<h1>
<xsl:value-of disable-output-escaping="yes" select="name"/>
</h1>
</xsl:when>
<xsl:otherwise>
<xsl:variable name="currentGroup" select=".//shop_group[@id=/shop/ТекущаяГруппа]" />
<h1>
<xsl:value-of select="property_value[tag_name='group-header-h167']/value"/>
</h1>
</xsl:otherwise>
</xsl:choose>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question