Page 63 of 66 FirstFirst ... 13536162636465 ... LastLast
Results 621 to 630 of 660
  1. #621
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Recover Cart

    For ZC v1.5 and up one must use RCS v4.0.1 which includes an "upgrade.sql". Didn't read the whole upgrade process though.

  2. #622
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: Recover Cart

    The latest upgrade on the Plugins section says:
    Moved the list of Abandoned Carts to the Customers menu instead of the Tools menu.
    Fixed some inconsistencies in language strings and table headings.
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  3. #623
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Recover Cart

    Wasn't aware current version is 4.0.3 and suggest you follow whatever the Readme states.

  4. #624
    Join Date
    Sep 2011
    Posts
    11
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hi, I downloaded the plugin and I am indeed seeing quite a few entries and I love being able to see them.

    When I go to "Customers" tab and click the "Abandoned Cart" link, it seems to be displaying everything, but is there a way to display it by date? Here is an excerpt of what I'm getting:
    1 09/19/2017
    2 08/28/2017
    3 09/19/2017
    4 09/20/2017
    5 08/23/2017
    6 08/27/2017
    7 09/02/2017
    8 09/12/2017
    9 09/22/2017

    There does not seem to be any order except the number under "Uncontacted" which, right now, are all checked.

    This would make WAY more sense to me if it was in DATE order with the latest (newest) stuff on top.

    Is there some configuration or something that will allow what I need?

    Thanks,

    Ray

  5. #625
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,589
    Plugin Contributions
    30

    Default Re: Recover Cart

    Never noticed the previous question...

    Change
    PHP Code:
    ORDER BY cb.customers_id ASCcb.customers_basket_date_added DESC"); 
    to
    PHP Code:
    ORDER BY cb.customers_basket_date_added DESC"); 
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  6. #626
    Join Date
    Feb 2010
    Posts
    81
    Plugin Contributions
    0

    Default Re: Recover Cart

    I apologize if this has been answered already. I searched but did not find the same issue. Everything works great except the product links sent in the email are incomplete. They only show the URL after the main domain. Thank you for any assistance.

    For example
    1 x USB Rechargeable Beanie Headlight, Black

    /magnification-lighting/flashlights/usb-rechargeable-beanie-headlight-black
    Last edited by atl2rva; 5 Apr 2018 at 10:11 PM. Reason: formatting

  7. #627
    Join Date
    Nov 2006
    Location
    Indiana
    Posts
    192
    Plugin Contributions
    0

    Default Re: Recover Cart

    I have the same problem ideasgirl was posting about. I had installed a copy of this years ago on an old 1.3?? cart. Since then, I've updated my cart by starting with a completely new file set/template and upgraded the database. I'm trying to reinstall this mod, but am missing the Customers> Abandoned Carts menu. Also, when I try to populate Reports>Recovered Sales Results no abandoned carts are shown. Nice to think I'm that successful, but I'm sure it's not true!

    Any thoughts?

  8. #628
    Join Date
    Sep 2014
    Location
    Southern Oregon
    Posts
    25
    Plugin Contributions
    0

    Default Re: Recover Cart

    Just downloaded/installed with my 1.5.4 version store. The Abandoned Cart Report displays correctly, however, when I attempt to send an email nothing happens. And, I found this in the error logs

    [25-Aug-2019 21:20:06 UTC] PHP Fatal error: Call to undefined function zen_get_info_page() in /home/www/myStore/includes/classes/usu.php on line 324
    Where does this function live? Did it get moved or renamed maybe?

    Here is the code referenced in the error message....
    PHP Code:
    // Add the cPath to the start of the parameters if present
            
    if(is_string($cPath)) array_unshift($p'cPath=' $cPath);

            
    $this->log('Parsing Parameters for ' $page);
            
    $this->log(var_export($ptrue));

            
    $container = array();
            foreach (
    $p as $index => $valuepair){
                
    $p2 = @explode('='$valuepair);

                switch (
    $p2[0]){
                    case 
    'products_id':
                        
    // Make sure if uprid is passed it is converted to the correct pid
                        
    $p2[1] = zen_get_prid($p2[1]);

                        switch(
    true) {
                            
    // Handle product urls (check page against handler)
                            
    case ($page == zen_get_info_page($p2[1])): //LINE 324

                                // If a cPath was present we need to determine the immediate parent cid
                                
    $cID null;
                                if(
    array_key_exists('cPath'$container)) {
                                    
    $cID strrpos($container['cPath'], '_');
                                    if(
    $cID !== false)
                                    {
                                        
    $cID substr($container['cPath'], $cID+1);
                                    }
                                    else {
                                        
    $cID $container['cPath'];
                                    }

                                    if(
    USU_CATEGORY_DIR != 'off' || USU_CPATH != 'auto') {
                                        unset(
    $container['cPath']);
                                    }
                                }
                                
    $url $this->make_url($page$this->get_product_name($p2[1], $cID), $p2[0], $p2[1], USU_END$separator);
                                break; 
    This seems like a good tool to attempt to close the sale with an abandoned cart, but not if it can't generate and send emails.

    Thanks for any help you can offer.

    FYI - I get the same result when installing on a 1.5.5 version store as well.

  9. #629
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Recover Cart

    Quote Originally Posted by catsma_97504 View Post
    [25-Aug-2019 21:20:06 UTC] PHP Fatal error: Call to undefined function zen_get_info_page() in /home/www/myStore/includes/classes/usu.php on line 324
    This file is from another plugin, not RCS. You might try posting in that thread:
    https://www.zen-cart.com/showthread....Support-Thread

  10. #630
    Join Date
    Aug 2019
    Location
    Salt Lake City, UT.
    Posts
    3
    Plugin Contributions
    0

    Default Re: Recover Cart

    Hey Guys,

    I am using recover_cart_sales.php v4.00.00a 2012/04/23, but I want to upgrade to the newest version. Is there steps that I can take to make sure I do the upgrade correctly?

    I am use zen cart version 1.5.5a.

    what is in the new versions that is different then the version I have. Is the email better? Does it send it out automatically or do you still have to press the send button?

 

 
Page 63 of 66 FirstFirst ... 13536162636465 ... 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