This is a notification for Guests

Auto Email

Locked
Results 1 to 8 of 8
This thread is locked. New replies are disabled.
17 Jun 2006, 15:23
#1
nanajo avatar

nanajo

New Zenner

Join Date:
Mar 2006
Posts:
22
Plugin Contributions:
0

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
19 Jun 2006, 13:41
#2
nanajo avatar

nanajo

New Zenner

Join Date:
Mar 2006
Posts:
22
Plugin Contributions:
0

Re: Auto Email

Hello again,

Is there nobody with an answer or suggestion for this?

Help again :-)
20 Jun 2006, 02:28
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Posts:
62,757
Plugin Contributions:
1

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?
20 Jun 2006, 16:58
#4
nanajo avatar

nanajo

New Zenner

Join Date:
Mar 2006
Posts:
22
Plugin Contributions:
0

Re: Auto Email

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

Thank you.
20 Jun 2006, 22:09
#5
happymom avatar

happymom

New Zenner

Join Date:
May 2006
Posts:
82
Plugin Contributions:
0

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!:thumbsup:
20 Jun 2006, 22:42
#6
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Auto Email

Most email templates are located under your ./email folder. :wink2:
20 Jun 2006, 23:38
#7
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

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");
22 Jun 2006, 15:04
#8
nanajo avatar

nanajo

New Zenner

Join Date:
Mar 2006
Posts:
22
Plugin Contributions:
0

Re: Auto Email

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