This is a discussion on Possible bug in Recover Cart Sales Email within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; 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: ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| ||||
| ||||
| 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: PHP Code: A workaround is to remove STORE_OWNER . (remember the trailing dot). I'm sure there is a far better way.
__________________ Hosting plans with installation, configuration, contributions, support and maintenance. |
|
#2
| ||||
| ||||
| Found another small issue with the catalog/admin/recover_cart_sales.php the email to the customer shows: Quote:
Code: if( EMAIL_USE_HTML == 'true' )
$email .= ' <a HREF="' . tep_catalog_href_link(FILENAME_CATALOG_LOGIN, '', 'SSL') . '">' . tep_catalog_href_link(FILENAME_CATALOG_LOGIN, '', 'SSL') . '</a>';
else
$email .= ' (' . tep_catalog_href_link(FILENAME_CATALOG_LOGIN, '', 'SSL') . ')';
Code:
if( EMAIL_USE_HTML == 'true' )
$email .= ' <a HREF="' . tep_catalog_href_link(FILENAME_LOGIN, '', 'SSL') . '">' . tep_catalog_href_link(FILENAME_LOGIN, '', 'SSL') . '</a>';
else
$email .= ' (' . tep_catalog_href_link(FILENAME_LOGIN, '', 'SSL') . ')';
__________________ Debbie D NY & VA |
|
#3
| ||||
| ||||
| For the first issue, here is the fix to properly format the email header: PHP Code:
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial Last edited by michael_s; 03-19-2010 at 09:38 AM. Reason: added actual fix to post |
|
#4
| ||||
| ||||
| You changed it! Now the same as I have said above. (Sorry, just found time to try your previous version - but it's gone!
__________________ Hosting plans with installation, configuration, contributions, support and maintenance. |
|
#5
| ||||
| ||||
| The other code I posted did not work correctly, and was using the wrong constants. The correct constant to use is EMAIL_FROM , and if that is properly set up there is no need to use the STORE_OWNER constant at all. I posted it again without the STORE_OWNER constant to avoid any confusion. This is what got committed to 2.0.25
__________________ Michael Sasek osCMax Developer *** Do not PM me requesting paid help. The only paid work I do is for AABox Web Hosting customers *** Stay Up To Date with everything osCMax: Free osCMax Newsletters - Security notices, New Releases, osCMax News osCMax on Twitter - Up to the minute info as it happens. Know it first. osCMax User Manual - osCMax Templates - Advanced Template Tutorial |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can't send email in Recover Cart Sales 2.22 | ptt81 | osCMax v2 Customization/Mods | 20 | 06-30-2010 03:58 AM |
| Recover Cart Sales | michael_s | New osCommerce Contributions | 2 | 01-28-2010 09:06 AM |
| Recover Cart Sales | michael_s | New osCommerce Contributions | 0 | 04-15-2009 06:01 PM |
| Recover Cart Sales | michael_s | New osCommerce Contributions | 0 | 04-01-2009 12:00 PM |
| Recover Cart Sales | michael_s | New osCommerce Contributions | 0 | 11-30-2007 06:11 AM |