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
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.
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:
...to:Code:<xsl:value-of select="aspdnsf:GetMLValue(Description)" disable-output-escaping="yes" />
Code:<xsl:value-of select="aspdnsf:GetMLValue(Summary)" disable-output-escaping="yes" />
Thanks Scott, I knew i changed it somewhere!
Version: ML 8.0.1.2 and No Source Code.
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.