Thread: Auto Email

Results 1 to 8 of 8
  1. #1
    Join Date
    Mar 2006
    Posts
    22
    Plugin Contributions
    0

    Default Auto Email

    Hi,

    I was surprised to see that my store (under construction) had sent a Welcome message out to a signup.

    Where do I modify the text?

    Are there any other auto messages that Zencart sends out?

    thank you

  2. #2
    Join Date
    Mar 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Auto Email

    Hello again,

    Is there nobody with an answer or suggestion for this?

    Help again :-)

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,883
    Plugin Contributions
    6

    Default Re: Auto Email

    Not really sure what you are saying ...

    If Down for Maintenance ... who did your shop send a Welcome message out to?

    Was this to you?

    Are you set up in the Down for Maintenance on the IP Address for the Admin?
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  4. #4
    Join Date
    Mar 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Auto Email

    I discovered it was the 'Create Account Emails' feature.
    How do I change the text of this template?

    Thank you.

  5. #5
    Join Date
    May 2006
    Posts
    85
    Plugin Contributions
    0

    Default Re: Auto Email

    Hi,

    I would like to know where to change this information too.

    I am currently sending a "Welcome Coupon" to new registered users, but I want to make sure that they know that they can only used the coupon once, even when their total is less than the coupon amount.

    Thanks!

  6. #6
    Join Date
    Aug 2004
    Posts
    1,590
    Plugin Contributions
    1

    Default Re: Auto Email

    Most email templates are located under your ./email folder.

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

    Default Re: Auto Email

    I think this is what you're looking for.

    includes/languages/english/create_account.php

    Line #27 : define('TEXT_NEW_CUSTOMER_INTRODUCTION', '<p class="mmn">Welcome to ' . STORE_NAME . '</p><p>Creating an account only takes a few moments and allows quick, safe and secure shopping. You will also receive a 10% discount coupon to use with your 1st order, and be able to track the status of your current orders and review your previous orders.</p>');

    Line #38 : define('EMAIL_COUPON_INCENTIVE_HEADER', 'Congratulations! To make your next visit to our online shop a more rewarding experience, listed below are details for a Discount Coupon created just for you!' . "\n\n");

    Line #39 : // your Discount Coupon Description will be inserted before this next define

    Line #40 : define('EMAIL_COUPON_REDEEM', 'To use the Discount Coupon, enter the ' . TEXT_GV_REDEEM . ' code during checkout: <strong>%s</strong>' . "\n\n");

  8. #8
    Join Date
    Mar 2006
    Posts
    22
    Plugin Contributions
    0

    Default Re: Auto Email

    Fantastic - found it in: includes/languages/english/create_account.php
    Thanks for your help everyone!

 

 

Similar Threads

  1. email wont send to customer, but admin get email just fine
    By Jiancai in forum General Questions
    Replies: 1
    Last Post: 11 May 2006, 03:05 PM

Bookmarks

Posting Permissions

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