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

Thread: Changing Image in Email to Friend

  1. #1
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default Changing Image in Email to Friend

    The default image for "Email to a Friend" is the medium image. Because I don't use this, I need to change it to the Icon image. How can I do this? Thanks!

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Try this, open notification.emailproduct.xml.config file, from the snippet below, you can see 'medium' at the end, change that to 'icon' (valid values: large,medium,icon).

    Code:
    <img border="0" id="ProductPic{/root/QueryString/productid}" src="{aspdnsf:ProductImageUrl(/root/QueryString/productid, /root/Products/Product/ImageFilenameOverride, /root/Products/Product/SKU, 'medium', 1)}" />

  3. #3
    jazzloft99 is offline Senior Member
    Join Date
    Feb 2008
    Posts
    202

    Default

    That worked. Thank you.