Page 5 of 66 FirstFirst ... 345671555 ... LastLast
Results 41 to 50 of 660
  1. #41
    Join Date
    Apr 2004
    Location
    Berkshire, UK
    Posts
    1,482
    Plugin Contributions
    1

    Default Re: Recover Cart

    Quote Originally Posted by a_berezin
    Ок, I shall look e-mail.
    There are other remarks?
    If I use php5 (quicker, for me at least!), then I get
    Code:
    Fatal error: Cannot use object of type queryFactoryResult as array in /home/xxxx/public_html/party-store/xxxx/recover_cart_sales.php on line 265
    If I switch back to php4, then it says it has sent the email, but in either case, no email arrives.

    Looks nice, though. At least globals don't need to be on!

  2. #42
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by kelvyn
    If I use php5 (quicker, for me at least!), then I get
    Code:
    Fatal error: Cannot use object of type queryFactoryResult as array in /home/xxxx/public_html/party-store/xxxx/recover_cart_sales.php on line 265
    If I switch back to php4, then it says it has sent the email, but in either case, no email arrives.

    Looks nice, though. At least globals don't need to be on!
    Kelyn, thanks for reporting your error at least I know I am not doing something wrong this time :) I get the same error you do using php5.

  3. #43
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Recover Cart

    recover_cart_sales.php on line 265
    change
    Code:
    $outEmailAddr = '"' . $custname . '" <' . $inrec['email'] . '>';
    to
    Code:
    $outEmailAddr = '"' . $custname . '" <' . $inrec->fields['email'] . '>';

  4. #44
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Recover Cart

    download and test latest version.

  5. #45
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: Recover Cart

    Quote Originally Posted by a_berezin
    recover_cart_sales.php on line 265
    change
    Code:
    $outEmailAddr = '"' . $custname . '" <' . $inrec['email'] . '>';
    to
    Code:
    $outEmailAddr = '"' . $custname . '" <' . $inrec->fields['email'] . '>';
    This fix worked for me. Thanks!

  6. #46
    Join Date
    Jan 2004
    Location
    Reno, NV
    Posts
    123
    Plugin Contributions
    0

    Default Re: Recover Cart

    I grabbed the latest. Made the change above, but I still get my html email with just

    Inquiry from izadra
    $EMAIL_MESSAGE_HTML

    inside my html email template.

    Other than that, everything looks great. What am I overlooking?

  7. #47
    Join Date
    May 2006
    Posts
    31
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi,

    I am getting this error when using recover cart sales when I go Reports-recover carts

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.katsumi/michelle_rvc/michellesgaragesale.com/newcatalog/admin/stats_recover_cart_sales.php on line 134

    Line 134 is- $rc_cnt = mysql_num_rows($conquery);

    And then when I go to Tools- Recover carts I get this-

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.katsumi/michelle_rvc/michellesgaragesale.com/newcatalog/admin/recover_cart_sales.php on line 390

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/.katsumi/michelle_rvc/michellesgaragesale.com/newcatalog/admin/recover_cart_sales.php on line 390

    Line 390 says- if (mysql_num_rows($donequery) > 0) {

    Any help would be appreciated- Thanks!
    michelle

  8. #48
    Join Date
    Mar 2005
    Location
    Bogotá, Colombia
    Posts
    32
    Plugin Contributions
    2

    Re: Recover Cart

    Quote Originally Posted by camay123
    Thanks Zforrest, those have done the trick.

    But Im still confronted to a problem.

    In admin / tools / Recovert cart

    I can see there were some empty cart since I see customers but there order are filled with blank line and each item is priced 0.00$

    Any help someone ?

    Sorry for ask, may you solve your problem? I am having the same one in my store, I got some registered users who left the site and no purchase is made, and the Recover Cart is always telling me the name and time the customer visit me, also the products cuantity, but not the price or reference of the products.

    so if you could solve it and I did not see the way how in this forum I do apologize for that, but i need help on this issue.
    Thanks in advance, Kind regards,
    Visit www.colombianhandcrafts.org, we are in the fair trade move!

  9. #49
    Join Date
    Mar 2005
    Location
    Bogotá, Colombia
    Posts
    32
    Plugin Contributions
    2

    Re: Recover Cart

    I did install the newest contib, but now i got this error:

    "1146 Table 'My-user_My-dbname.scart' doesn't exist"

    the .scart is not in my DB tables so i think it is the problem, now i know it is something in the SQL database, but i am not a programmer, I just follow the steps, so may you can help me telling me whre to chang this to fit with my DB.

    Thanks in advance, i do really appreciate your help.

    I have MySQL 4.3 I think i am sure it is not 5. and i run the SQL patch from the admin tool in Zen Cart.
    Visit www.colombianhandcrafts.org, we are in the fair trade move!

  10. #50
    Join Date
    Mar 2005
    Location
    Bogotá, Colombia
    Posts
    32
    Plugin Contributions
    2

    Re: Recover Cart

    mmm, it seems that i am posting too much tonight,

    I did install the last one adition and run the SQL file within the 1.5 version, also I did upload all the new files, but... this still not working I did log into the store as a customer put a product in the cart, and left the sesion, this is the result:


    CONTACTED DATE CUSTOMER NAME E-MAIL PHONE
    ITEM DESCRIPTION QTY PRICE TOTAL
    Uncontacted 10/05/2006 Jose Antonio Suarez [CUSTOMER] linkedco AT gmail DOT com 571 269 6104
    1 USD$0.00 USD$0.00
    Cart Total: USD$0.00
    Delete
    Grand Total: USD$0.00

    also I try to sent a mail but it do not came out,

    I am using ZC 132, i will update soon

    Thanks in advance for your help, i am a little sleepy right now so maybe it is the biggest problem.
    Visit www.colombianhandcrafts.org, we are in the fair trade move!

 

 
Page 5 of 66 FirstFirst ... 345671555 ... LastLast

Similar Threads

  1. Shipping Rates in Cart [support thread]
    By Steven300 in forum Addon Shipping Modules
    Replies: 95
    Last Post: 12 May 2023, 02:39 AM
  2. Shopping Cart Steps Images [Support Thread]
    By Trinity14 in forum Addon Templates
    Replies: 21
    Last Post: 11 Apr 2021, 05:35 AM
  3. v151 AJAX Add to Cart [Support Thread]
    By balihr in forum All Other Contributions/Addons
    Replies: 133
    Last Post: 20 Oct 2020, 02:16 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR