Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / non-english customized HTML email order confirmation

non-english customized HTML email order confirmation

Views: 2,367

Results 1 to 12 of 12
17 Oct 2012, 2:13 PM
#1
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

non-english customized HTML email order confirmation

In my old store which is still running I use mail/mail_template_checkout.html as a html file for my email confirmations.

I am setting up a new store and installed it in /new/ for testing purposes. Somebody else installed the old store a long time ago, so I don;t know how they altered some core files.

I have the same email settings as the old store which sends confirmation emails in html, but whatever I do with my new site I can't get it to send html email confirmations. Whatever I change in the template_checkout.html, it doesn't affect the email message at all, so it doesn't selects the template.

I have the following setting in my new store:
Email method: php
Use mime/html: true
Email admin format: html
I have a mail template stored in /mail and a copy in /mail/nl. I do not have a html editor installed as addon to ZC, because I use the plain text editor. Could that be the problem, or does someone else has any idea?

I have red about this problem on the forum, but didn't find the answer to my problem yet.

17 Oct 2012, 2:45 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: non-english customized HTML email order confirmation

Does the customer account you're testing from have HTML emails selected ?

17 Oct 2012, 2:48 PM
#3
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

Yes, the test customer has it selected. It is selected by default when a customer signs in.

17 Oct 2012, 3:07 PM
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: non-english customized HTML email order confirmation

What happens if you send an email containing some HTML to the same 'customer' from Admin - Tools - Send Email ?

17 Oct 2012, 3:18 PM
#5
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

It hardly opens the page. I am waiting for 5 minutes and it doesn't open. It shows the toolbar, the title: "send email to customers" and the selection box text edit: plain text.

My browser says: transfering data, but nothing happens now. I had it once this afternoon after 10 minutes.

17 Oct 2012, 4:02 PM
#6
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

After a while it loaded and I send an email to the same customer using the richt-text-message box.
The sample message showed me a bold text, but the email that was received didn't had the bold text.

17 Oct 2012, 4:35 PM
#7
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: non-english customized HTML email order confirmation

I usually recommend re-uploading all the admin files and folders, overwriting what's there, for problems like this, unless you've modified a lot of them.

17 Oct 2012, 4:45 PM
#8
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

I just finished adding the EU vat module, with cost me a lot of work. Next to that there are already a few addons like SEO URL and a few litte addon's.

I hope there will be an other way to deal with this :blush:

17 Oct 2012, 8:08 PM
#9
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

I compared the includes/functions/functions_email.php with the original files and they were exact the same.

What files can I compare more with the original files which involves sending html email messages?

17 Oct 2012, 8:56 PM
#10
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

In addition I installed the email archive manager to see if there would be a problem with my hosting provider. The emails that are in the archive, are there as TEXT messages and not as html.

18 Oct 2012, 10:09 AM
#11
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

Does anyone have any tips of steps I can take to discover my problem? When I search the forum, it seems that there are more users sharing the same problem.

18 Oct 2012, 11:44 AM
#12
kcm75 avatar

kcm75

New Zenner

Join Date:
Jul 2011
Posts:
34
Plugin Contributions:
0

Re: non-english customized HTML email order confirmation

Holy ########, how stupid can I be....my language shortcode for netherlands isn't nl, but it is 'du'. So I changed the email/nl to email/du and it sent me a html formattted mail.
Thanks for helping out here :)
Now I only have to figure how I can sent html emails with tool -> send email.