Announcement

Collapse
No announcement yet.

Modifying Mail to a Friend Script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Modifying Mail to a Friend Script

    Boreda,

    I was wondering if anybody has modified the 'Mail this product to a friend' script as I would like it to be a mail the whole page, Not just an individual product... well the anchor to the product.

    cheers,

    Ben
    www.bathroomexpress.co.uk

    #2
    Hi,

    You can do this by changing the code a bit...

    Look for the line that reads..
    <input type=text value="" size=40 onchange="
    var thisloc=location.href + '#NETQUOTEVAR:PRODUCTANCHOR';

    Edit it to read like this..
    <input type=text value="" size=40 onchange="
    var thisloc=location.href

    This will send the email address a link to the section rather than only to the specific product.

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X