Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2010
    Posts
    179
    Plugin Contributions
    0

    Default Help...Email welcome

    hey, I am trying to edit the email welcome when someone signs up...however, when i delete everything that relates to the GV in create_account.php ...this is what comes up

    Subject: Welcome to Mid South Coin Co., Inc.

    Dear Mr. Smith,

    We wish to welcome you to Mid South Coin Co., Inc..

    EMAIL_GV_INCENTIVE_HEADEREMAIL_GV_REDEEMEMAIL_GV_LINKhttp://midsouthcoin.com/midsouthcoinstore/ADMIN..ad44553377Op5432123456789bEdWd/gv_redeem.php?gv_no=ABCDEF

    EMAIL_GV_LINK_OTHER--------------------

    With your account, you can now take part in the various services we have to offer you. Some of these services include:

    Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.

    Address Book - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.

    Order History - View your history of purchases that you have made with us.

    Products Reviews - Share your opinions on products with our other customers.

    Are those somewhere else? However, I still do want giftcards to be used.
    Thanks.

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Help...Email welcome

    Quote Originally Posted by kenny724 View Post
    hey, I am trying to edit the email welcome when someone signs up...however, when i delete everything that relates to the GV in create_account.php ...this is what comes up

    Subject: Welcome to Mid South Coin Co., Inc.

    Dear Mr. Smith,

    We wish to welcome you to Mid South Coin Co., Inc..

    EMAIL_GV_INCENTIVE_HEADEREMAIL_GV_REDEEMEMAIL_GV_LINKhttp://midsouthcoin.com/midsouthcoinstore/ADMIN..ad44553377Op5432123456789bEdWd/gv_redeem.php?gv_no=ABCDEF

    EMAIL_GV_LINK_OTHER--------------------

    With your account, you can now take part in the various services we have to offer you. Some of these services include:

    Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.

    Address Book - We can now deliver your products to another address other than yours! This is perfect to send birthday gifts direct to the birthday-person themselves.

    Order History - View your history of purchases that you have made with us.

    Products Reviews - Share your opinions on products with our other customers.

    Are those somewhere else? However, I still do want giftcards to be used.
    Thanks.

    Don't delete the entire define statement


    You only need to delete what follows the "ALLCAPS" section.

    example:

    define('EMAIL_GV_INCENTIVE_HEADER', '');
    define('EMAIL_GV_REDEEM', '');
    define('EMAIL_GV_LINK', '');
    // GV link will automatically be included before this line

    define('EMAIL_GV_LINK_OTHER','');

  3. #3
    Join Date
    Feb 2010
    Posts
    179
    Plugin Contributions
    0

    Default Re: Help...Email welcome

    I did that...and it improved some...however it still shows this

    Dear Mr. Smith,

    We wish to welcome you to Mid South Coin Co., Inc..

    http://midsouthcoin.com/midsouthcoin...p?gv_no=ABCDEF

    --------------------

    With your account, you can now take part in the various services we have to offer you. Some of these services include:

    Permanent Cart - Any products added to your online cart remain there until you remove them, or check them out.

    Address Book - We can now deliver your products to an


  4. #4
    Join Date
    Feb 2010
    Posts
    179
    Plugin Contributions
    0

    Default Re: Help...Email welcome

    showing the address and link to gift card redeem in email

  5. #5
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Help...Email welcome

    Quote Originally Posted by kenny724 View Post
    showing the address and link to gift card redeem in email
    open includes/modules/create_account.php

    find the following line of code: (arround line 393)

    PHP Code:
          EMAIL_GV_LINK zen_href_link(FILENAME_GV_REDEEM'gv_no=' $coupon_code'NONSSL'false) . "\n\n" 
    and replace with:

    PHP Code:
        //  EMAIL_GV_LINK . zen_href_link(FILENAME_GV_REDEEM, 'gv_no=' . $coupon_code, 'NONSSL', false) . "\n\n" . 

 

 

Similar Threads

  1. Need help editing my welcome email
    By cheryl11 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 27 Apr 2010, 01:30 AM
  2. help with welcome email
    By gettingthereithink in forum General Questions
    Replies: 6
    Last Post: 10 Feb 2010, 05:04 AM
  3. Welcome email help
    By RichardKletty in forum General Questions
    Replies: 13
    Last Post: 17 Oct 2008, 06:52 PM
  4. Help needed - welcome email edit
    By sgallasch in forum General Questions
    Replies: 12
    Last Post: 28 Aug 2008, 02:27 AM
  5. Welcome Email HELP !
    By Manor in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 4 Jun 2008, 05:52 AM

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