editing include/func.php
Here are the directions given to fix the problem:
"The problem is caused by the bug in the version 3.4.0. We offer you upgrade X-Cart to latest version.
To fix this problem you should edit file Cart/include/func.php
Alter following lin in the function func_send_mail
$header = "From: $from".$lend."To: $to".$lend."Reply-to: $from".$lend."X-Mailer: PHP/".phpversion().$lend;
to
$headers = "From: $from".$lend."To: $to".$lend."Reply-to: $from".$lend."X-Mailer: PHP/".phpversion().$lend;"
However, as I stated earlier, anytime I touch the func.php file it breaks. I need to know how to effect the above change and still have a working cart.
Thanks for the input.
Sue
|