Hi
Upgrading to 9.3 and noticed that on our category pages there is a large noimage.gif frame for those categories that have no image. Any idea how to hide this for those that have no image but show it for those who do?
Looked in app configs but cannot find anything
This line within the xml package runs it
<xsl:variable name="CatImage"><xsl:value-of select="aspdnsf:ImageUrl($EntityID, $EntityName, 'large', 0)" disable-output-escaping="yes"/></xsl:variable>
If I change the disable-output-escaping="yes"/> to disable-output-escaping="no"/> it shows a lot of static code.
Anyone managed this in 9.3?