Zen Cart Logo
Forums / Customization from the Admin / Create Account mail containing image and hyperlink

Create Account mail containing image and hyperlink

Views: 4,370

Results 1 to 11 of 11
27 Apr 2011, 5:15 AM
#1
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Create Account mail containing image and hyperlink

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.

27 Apr 2011, 6:47 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Create Account mail containing image and hyperlink

I put html code in it but show nothing
What file name & file location are you adding this to?

27 Apr 2011, 4:14 PM
#3
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Create Account mail containing image and hyperlink

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.

27 Apr 2011, 4:29 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Create Account mail containing image and hyperlink

Try looking at
/email/email_template_welcome.html

28 Apr 2011, 3:40 AM
#5
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Create Account mail containing image and hyperlink

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.

30 Apr 2011, 7:07 PM
#6
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Create Account mail containing image and hyperlink

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)?

8 May 2011, 10:20 PM
#7
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: Create Account mail containing image and hyperlink

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?

9 May 2011, 4:46 AM
#8
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Create Account mail containing image and hyperlink

retched:

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?
Thank you retched.
The problem is the email received, no hyper link on "here", and no image and hyper link shown for the second red codes on my post above.

10 May 2011, 3:52 AM
#9
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: Create Account mail containing image and hyperlink

hara:

Thank you retched.
The problem is the email received, no hyper link on "here", and no image and hyper link shown for the second red codes on my post above.

Are you sure the link is just not being blocked by the email client? Have you tried other emails?
Posted via Mobile Device

10 May 2011, 10:22 PM
#10
hara avatar

hara

Zen Follower

Join Date:
Sep 2008
Posts:
397
Plugin Contributions:
0

Re: Create Account mail containing image and hyperlink

I tried on gmail and yahoo mail. Same no hyperlink and image display.

11 May 2011, 1:46 AM
#11
retched avatar

retched

Totally Zenned

Join Date:
Jun 2007
Location:
Bronx, New York, United States
Posts:
942
Plugin Contributions:
3

Re: Create Account mail containing image and hyperlink

hara:

I tried on gmail and yahoo mail. Same no hyperlink and image display.

Have you tried to see if you edited the wrong part of the code? That is that you didn't accidentally affect the Plain Text part of the code?