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
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
Hello again,
Is there nobody with an answer or suggestion for this?
Help again :-)
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 ...
I discovered it was the 'Create Account Emails' feature.
How do I change the text of this template?
Thank you.
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!![]()
Most email templates are located under your ./email folder.![]()
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");
Fantastic - found it in: includes/languages/english/create_account.php
Thanks for your help everyone!
Bookmarks