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

Thread: Use another image for related products

  1. #1
    nerazz08 is offline Junior Member
    Join Date
    Oct 2009
    Posts
    6

    Default Use another image for related products

    Is there a way to use another image (instead small icon) for related product, so each product have a image which represent itself when it's in related box.

    Thanks.

  2. #2
    George the Great is offline Senior Member
    Join Date
    Nov 2006
    Location
    Cleveland, OH
    Posts
    1,792

    Default

    You mean a different sized image? Sure! Just change the size in the relatedproducts.xml.config xmlpackage
    Code:
    <xsl:value-of select="aspdnsf:LookupProductImage(ProductID, ImageFilenameOverride, SKU, 'icon', 0, $AltText)" disable-output-escaping="yes"/>
    Code:
    <xsl:value-of select="aspdnsf:LookupProductImage(ProductID, ImageFilenameOverride, SKU, 'medium', 0, $AltText)" disable-output-escaping="yes"/>
    <a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>