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: Putting a seen it for less ..in product page?

  1. #1
    joecalardo is offline Member
    Join Date
    May 2011
    Posts
    61

    Default Putting a seen it for less ..in product page?

    Hello, I'm trying to put simply an image attached to hyperlink on my product page, I'm still newbie at this .... I tried putting the href code in my product template, but it didn't return right, it gave me asp error.... Is there a simpler method to get this on my page?


    Here is an example :

    http://www.farralane.com/store/p-352...rblast-12.aspx

    I would like to put the image right underneath, centered (alignment doesn't matter too much), the add to cart and wish list buttons....just right above the facebook link...

  2. #2
    BFG 9000 is offline Senior Member
    Join Date
    Oct 2006
    Location
    South UK
    Posts
    882

    Default

    So in your xmlpackage - just after the add to cart form
    C#/VB.NET Code:
    <xsl:value-of select="aspdnsf:AddtoCartForm(ProductID, VariantID, 1)" disable-output-escaping="yes"/> 
    add this :-

    C#/VB.NET Code:
    <div align="center">
    <
    a href="http://www.test.com/mylink.html">
    <
    img src="http://www.test.com/myimage.jpg"" alt="my alt text here" />
    </a>
    </div> 
    Obviously replace the link & image location.



    TTFN

    BFG