Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Category Description not displayed in V9

  1. #1
    metals1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    17

    Default Category Description not displayed in V9

    After upgrading to V9, the category description that we entered in Admin area under each product category is no longer displayed in the store above the sub catogories. Could someone help me by advising where and what to change to get the descriptions back.

    Frank

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Go to {root}/EntityHelper folder, find the <xsl:copy .../> section, and simply add the lines below under <xsl:copy-of select="XmlPackage"/>.

    Code:
    <xsl:copy-of select="Name"/>
    <xsl:copy-of select="Description" />
    <xsl:copy-of select="ColWidth"/>

  3. #3
    metals1 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    17

    Default Category Description not displayed in V9

    Thanks it works now.