There are currently, 9 guest(s) and 4 member(s) that are online.
You are Anonymous user. You can register for free by clicking here
|
|
There is a problem right now with this block.
|
|
There is a problem right now with this block.
|
|
 |
 |
oscommerce email problem with hebrew
Posted on Monday, June 01 @ 15:06:46 IDT by theog |
|
Anonymous writes "Well this is more of a workaround then a fix, I have encountered a problem in oscommerce and hebrew, the hebrew usernames are not in the correct encoding so all that needs to be done is...
open the file: /catalog//includes/classes/email.php
and change the line: $to = (($to_name != '') ? '"' . $to_name . '" <' . $to_addr . '>' : $to_addr);
to: $to = (($to_name != '') ? '"' . '" <' . $to_addr . '>' : $to_addr); the username will not show in the email message but the email will be sent to the user. "
|
| |
|
Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.
|
|
|