Hello,
How can I edit "Create Account" welcome email content that containing image and hyperlink? I put html code in it but show nothing and doesn't work. What are the codes?
Thanks in advance.
Hello,
How can I edit "Create Account" welcome email content that containing image and hyperlink? I put html code in it but show nothing and doesn't work. What are the codes?
Thanks in advance.
What file name & file location are you adding this to?I put html code in it but show nothing
Zen-Venom Get Bitten
create_account.php
I can see other text that I edited, but where html codes such as image and hyperlink are not show up. I think I got wrong codes did not match php environment. Please advise.
Try looking at
/email/email_template_welcome.html
Zen-Venom Get Bitten
Kobra,
On file create_account.php, why the following hyperlink code(red) doesn't work:
define('EMAIL_TEXT', 'You are now registered with our store and have account privileges: With your account, you can now take part in the <strong>various services</strong> we have to offer you. Some of these many services include:' . "\n\n<ul>" . '<li><strong>Order History</strong> - View the details of orders you have completed with us.' . "\n\n" . '<li><strong>Permanent Cart</strong> - Any products added to your online cart remain there until you remove them, or check them out.' . "\n\n" . '<li><strong>Address Book</strong> - We can deliver your products to addresses other than yours! This is perfect to send product(s) to multi-store locations as your distribution center, or birthday gifts direct to the birthday-person themselves.' . "\n\n" . '<li><strong>Products Reviews</strong> - Share your opinions on our products with other customers.' . "\n\n" . '<li><strong>Instant discount</strong> - You are now qualify to earn 3% instant cashback discount every time you buy our product from this cfm-usa.com
online store after signing up an account on market america. It is free! To learn how, please click <a href="http://www.xxx.com/index.php?main_page=page_3">here</a>.' . "\n\n" . '<li><strong>Cashback power</strong> - Turn all your buying power that every penny you spend to earn up to 50% cashback from thousands of retail and
online sotres such as Target, walmart, Home depot, Sears, Victoria secret, Gap, Dell computer, Best Buy, Priceline, Restaurant coupons...with tens of millions of products and services. Click on cashback image below for more detials.<br>
<a href="http://www.xxx.com/index.php?main_page=page_3"><img src="http://www.xxx.com/images/macashback_logo.jpg"></a>.' ."\n\n</ul>");
Thanks your help.
No one help for above question?
So, is there any addon for [CREATE ACCOUNT] welcome email?
Also any addon for auto reply email (when visitor send email from store site)?
For auto-reply, you will need to set this up on your server's mail handler by making an auto-replier there. ZenCart doesn't interact with mail servers in a way to make this possible.
As for problem one, what is exactly shown when you make this?
I tried on gmail and yahoo mail. Same no hyperlink and image display.