I'm also having this issue. I've made changes to the language file and they're showing up correctly if I got to tools > email welcome in the site admin, but the actual email sent is still an old version. The changes have been made to the file in the override folder and the original just for good measure, and there are no other, older files in the same directory. Any ideas anyone?
I deleted both files:
/includes/languages/english/create_account.php and
/includes/languages/english/MY_TEMPLATE/create_account.php
Still the same message. Where could it be coming from? I'm using the Fast & Easy one page checkout. Anyone know if that has a different language file or anything?
Addons can sometimes create all kinds of weird problems.
What specific text is in the *wrong* email that's not in the *right* email? Search for *that* text using the Developers Toolkit.
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39
If it's an image and emails are in HTML format, then it's likely a caching issue in your email reader client, and nothing to do with your website.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
I've changed EMAIL_WELCOME, EMAIL_TEXT and EMAIL_CONTACT and none of the changes are showing up on the emails received, despite looking perfect in the admin preview (tools > welcome email). I've tried searching using Dreamweaver and developer tools, but found nothing. Have tried signing up using various diffrent browsers and various different POP accounts and webmail, as has my client, but all are the same.
Must be missing something obvious, but have run out of ideas!
Doh! Found it in login.php. It looks like the FEC module has appropriated that file for account signups. Thanks for all the helpful suggestions though![]()
Don't you just love it when you randomly click on a link and there is the very answer you were looking for.![]()
That will require significant modification to the /includes/modules/YOUR_TEMPLATE_NAME/create_account.php script. Be aware that since you are changing core system files, you will need to rebuild your changes every time you upgrade.
Be sure to also tell your customers that you are sending their personal identifying information over unsecured email, so they can decide whether they wish to take that risk before they give you their information.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.