Announcement

Collapse
No announcement yet.

Email to a friend

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

    Email to a friend

    Is there the possibility of including an "email to friend" link in Act v5? I mean a built-in facility to do that?

    Thanks

    #2
    Development on those versions has ceased long ago, so is very unlikely it will occur ever as a further development of that software version in my opinion.

    Comment


      #3
      BTW: You can still use the same sort of process that all the other versions employ now from the advanced user guides, so not a dead end, just not something which is going to be an included function of v5 or 6 or 7 for that matter.

      Comment


        #4
        Yep, I figured that was the case. Anyhow, we're moving toward v8 but my client wanted to know if this could be added, like, NOW, while we're still with v5.
        Thanks for the reply

        Comment


          #5
          lazyeye,

          Try this...

          Enter the following code into your product layout template (normally called Act_ProductLine.html) just before NETQUOTEVAR:NEXT...

          Enter e-mail address to tell a friend
          <input type=text value="" size=40 onchange="
          var thisloc=location.href + '#NETQUOTEVAR:PRODUCTANCHOR';
          if (this.value != '') {
          location.href='mailto:' + this.value +'?subject=Take%20a%20look%20at%20NETQUOTEVAR:PRODUCTNAME&body=I%20saw%20' + thisloc + '%20and%20thought%20you%20would%20be%20interested.'
          }
          ">
          <input type=button value="OK">

          Kind regards,
          Bruce King
          SellerDeck

          Comment

          Working...
          X