Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    5
    Plugin Contributions
    0

    Default How to add a link to email?

    I would like to add a link to the email that is sent to gift certificate recipients. I am planning to create the linked page in html. I've been searching the forums for quite some time and am hoping someone can help out! Thanks!

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: How to add a link to email?

    You could probably hard code this into the email-html file.

    The HTML files for email are housed in the email folder (same directory level as admin, includes, cache, etc).

    The file you need is probably the one called:

    email_template_gv_mail.html

    The following may work (no guarantee, but try).

    Open the file to edit and find the following:

    Code:
      <!-- Content Section -->
      <div class="content">
        <div><!-- Dear --> $EMAIL_FIRST_NAME $EMAIL_LAST_NAME</div>
        <div>$EMAIL_MESSAGE_HTML</div>
        <div>$GV_WORTH $GV_AMOUNT </div>
        <div>$GV_REDEEM<br />$GV_CODE_URL</div>
      </div>
    Either create a new DIV inside the above div nest, or, if you'd like it to stand out a bit, between two lines, say, then add this directly beneath the above code:

    Code:
    <hr>
    <a href="http://www.yourwebsite.com/link">Go here for more information.</a>
    <hr>
    If you want to apply unique styles, then use <div>, and add your style to the embedded stylsheet on the page.

  3. #3
    Join Date
    Oct 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: How to add a link to email?

    Thank you for your response! I ended up posting a link on one of my category pages rather than the email.

 

 

Similar Threads

  1. v151 Add Download link to confirmation email.
    By nigelt74 in forum Basic Configuration
    Replies: 4
    Last Post: 25 Jan 2014, 02:29 PM
  2. v139h How do I add a link to confirmation email?
    By Chargin in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Nov 2012, 02:37 PM
  3. How do I add a link to the html email image?
    By gaffettape in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Oct 2009, 06:32 PM
  4. How to add Email this page link/icon to website?
    By markw10 in forum General Questions
    Replies: 1
    Last Post: 20 Aug 2009, 12:16 PM
  5. Trying to add custom link to welcome email
    By doodlebee in forum General Questions
    Replies: 8
    Last Post: 18 Apr 2007, 10:48 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg