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 4 of 4

Thread: Featured Products

  1. #1
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default Featured Products

    I have featured products showing on my home page, they originally used the summary for each product but have now changed to the full description.

    I must have changed something but have no clue what it was!

    Any ideas? I'm going crazy!

    Thanks
    Version: ML 8.0.1.2 and No Source Code.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    We use the description by default in that package, it would take some customization to change. Sounds like maybe you overwrote the file while changing something else maybe?

    You should be able to just open up featuredproducts.xml.config and change:

    Code:
    <xsl:value-of select="aspdnsf:GetMLValue(Description)" disable-output-escaping="yes" />
    ...to:

    Code:
    <xsl:value-of select="aspdnsf:GetMLValue(Summary)" disable-output-escaping="yes" />

  3. #3
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default

    Thanks Scott, I knew i changed it somewhere!
    Version: ML 8.0.1.2 and No Source Code.

  4. #4
    Fean0r is offline Senior Member
    Join Date
    Nov 2009
    Posts
    145

    Default

    No joy, I'm sure this is what I done before.

    I am using this line;

    <tr><td><xsl:value-of select="aspdnsf:GetMLValue(Summary)" disable-output-escaping="yes" /></td></tr>

    I also have information in the summary in the featured products.

    Do I need to change anything else?

    Thanks
    Version: ML 8.0.1.2 and No Source Code.