Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

welcome new user e-mail


balihr

Recommended Posts

Posted

i've configured pretty much all i wanted (basics) and found a problem with the welcome e-mail that is send to a user after registration.

 

i use UTF-8 coding for my language (croatian) and i used it in "create_account_process.php" and see all characters fine. When i recieve the welcome e-mail it contains symbols instead of special characters in our language. i get this "koĹĄarica" and need "košarica" etc.

 

how to fix this?

Posted
Change the default character set in includes/languages/your_language.php

 

// charset for web pages and emails

define('CHARSET', 'iso-8859-1');

 

it's already set to utf-8.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...