I think that there is something wrong in the category.xlst..
<!-- This displays the Description of the item --> <div style="clear: both;"> <xsl:value-of select="@shortDescription" disable-output-escaping="no" /> <xsl:choose> <xsl:when test="@allowOrdering"> <!-- <h2> Order now! </h2> --> <xsl:value-of select="@Description"/> </xsl:when> <xsl:otherwise> Not available right now. </xsl:otherwise> </xsl:choose> </div>
The short and long description does not show when at Add to Basket page
Total newbie at this, please help.
When I click on the order now link for one of my products the image, short and long description doesn't show.
What am I missing?
Umbraco Version: 4.6.1
uCommerce Version: 2.0.5
uCommerce Store 1.2.0
Windows 7 + IIS 7
I think that there is something wrong in the category.xlst..
<!-- This displays the Description of the item -->
<div style="clear: both;">
<xsl:value-of select="@shortDescription" disable-output-escaping="no" />
<xsl:choose>
<xsl:when test="@allowOrdering">
<!-- <h2> Order now! </h2> -->
<xsl:value-of select="@Description"/>
</xsl:when>
<xsl:otherwise>
Not available right now.
</xsl:otherwise>
</xsl:choose>
</div>
please help - what am I doing wrong??
I updated another thread with an answer.
Thanks Soren,
I just tried the Language option by adding English(New Zealand) to my list of languages.
On one of my products I then when to the language tab that I created. Entered the display name, short and long description and it works.
So if you are reading this and need to see the description make sure you have the language with your country as it worked for me.
Sonny
is working on a reply...