I have the attributes selected as true, however when I run the recover cart sales reports the attributes do not show up. I've search for answer but haven't come up with anything, any help would be appreciated.
TanyasBathandBody.com
I have the attributes selected as true, however when I run the recover cart sales reports the attributes do not show up. I've search for answer but haven't come up with anything, any help would be appreciated.
TanyasBathandBody.com
This is a GREAT mod!
I installed in 1.3.8a and added the fixes in http://www.zen-cart.com/forum/showpo...&postcount=199
And it works. This is an invaluable tool.
Thanks
I have looked for an answer to this but cannot find it. The link in the email goes to an error page and not to the product it's supposed to. The code to generate this link is:
I would also like my link to just be to mysite.com and not mysite.com/catalog/index.php?main_page=index The code for that line is:<a href="' . zen_catalog_href_link(FILENAME_PRODUCT_INFO, 'products_id='. $basket->fields['products_id']) . '">' . zen_catalog_href_link(FILENAME_PRODUCT_INFO, 'products_id='. $basket->fields['products_id']) . "</a>
I know this is probably an easy fix, but I am not a coder so please help! Thanks :)zen_catalog_href_link(FILENAME_DEFAULT);
Last edited by Doodlebuckets; 12 Feb 2008 at 03:42 AM. Reason: font was messed up
Amy McCoy
Baby Gifts and Baby Gift Baskets
Well, I fixed the closing of the email to have what I want. But the link to the product that the customer had in their cart is something I don't think I will ever get because it's a database query. The code is:
For the product in question, the link that is generated in the email is:$cquery = $db->Execute("SELECT * FROM " . TABLE_ORDERS . " WHERE customers_id = '" . $cid . "'" );
if ($cquery->RecordCount() < 1) {
$email .= sprintf(EMAIL_TEXT_NEWCUST_INTRO, $mline);
} else {
$email .= sprintf(EMAIL_TEXT_CURCUST_INTRO, $mline);
}
1 x Valentine Teddy Bear
giftsofcharacter.com/catalog/index.php?main_page=product_info&products_id=395:c092a7870d3e389151055a5cba2da44 f
If you take off the ":c092a7870d3e389151055a5cba2da44f" part of the URL, it goes to the right place. How do I get rid of the extra stuff on the URL? I think it is probable that if a customer were to click that link to go back and purchase and it goes to an error page, they are much less likely to buy.
Amy McCoy
Baby Gifts and Baby Gift Baskets
hi guys, have just updated the RCS and all went well except in "stats_recover_cart_sales" get
Warning: Invalid argument supplied for foreach() in /home/<domainname>/admin/stats_recover_cart_sales.php on line 153
foreach($cust_array as $cust) {
?>
must have somthing to do with this.
tips welcome
Craig
NZ
On your file admin/stats_recover_cart_sales.php replace the following code on line 96:
$custlist = '';
Replace with:
$cust_array = array();
It was posted here.
Thank you so much for the help. I totally appreciate it!
Denise
Hi, I have downloaded this mod, and I have to say its such an excellent idea!
I am wanting to change the email, so its slightly more relevant for our shop and more personal.
I have found where the email is created (shop/admin/includes/languages/english/recover_cart_sales.php) so no problem editing the actual text there.
The one thing I want to remove is the shopping cart contents that appears in the email between 'EMAIL_TEXT_BODY_HEADER' and 'EMAIL_TEXT_BODY_FOOTER'. I was wondering someone could tell me which bit of code (and where) I need to delete to remove the contents of the shopping cart from the email.
Bookmarks