Can anyone show me how I can use a medium image instead of a icon on a category page without displaying the multi-images associated with it.
First I want the multi-images on the items page so no I cannot disable that.
This works for the icon image:
<xsl:value-of select="aspdnsf:LookupProductImage(ProductID, ImageFileNameOverride, SKU, 'icon', 1, $AltText)" disable-output-escaping="yes"/>
This displays the same with a medium image but also displays the multi-images at the bottom of the cell:
<xsl:value-of select="aspdnsf:LookupProductImage(ProductID, ImageFileNameOverride, SKU, 'medium', 1, $AltText)" disable-output-escaping="yes"/>
Tim