There looks to be an issue with the email which is sent out to the customer.
Line 281 of catalog/admin/recover_cart_sales.php:
The Store Owner and email address are concatenated. Adding in a space helps but appears to cause issues with the customer when using "Reply To".PHP Code:tep_mail('', $outEmailAddr, EMAIL_TEXT_SUBJECT, $email, '', STORE_OWNER . EMAIL_FROM);
A workaround is to remove STORE_OWNER . (remember the trailing dot).
I'm sure there is a far better way.![]()





LinkBack URL
About LinkBacks











Bookmarks