Results 1 to 10 of 92

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Hi,

    I installed this add on, I don't encounter any installation error.
    I checked the DB tables as well.
    When I test, by login into user account, it doesn't create an entry in xxx_cart_reminder table. The table always empty.
    I suppose, it should execute the add_cart_reminder() and create an entry in that table upon user login, but it didn't insert any entry. I feel strange.

    \includes\modules\page\login\header_php.php
    PHP Code:
        if (defined('CART_REMINDER') && CART_REMINDER == true){
               
            include_once(
    DIR_WS_LANGUAGES $_SESSION['language'] . '/' 'cart_reminder.php');  //
            /* Check to make sure customer isn't already in the table */

            
    $sql "SELECT * FROM " TABLE_CART_REMINDER "  WHERE customer_id = :customersID";

            
    $sql $db->bindVars($sql':customersID',  $_SESSION['customer_id'], 'integer');
        
            
    $result $db->Execute($sql);
            if(
    $result->RecordCount() == 0){
                
    add_cart_reminder();
            
            }
            } 
    Thoughts ?


    Regards,
    Sky

  2. #2
    Join Date
    Dec 2010
    Posts
    32
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by skywalker826 View Post
    Hi,

    I installed this add on, I don't encounter any installation error.
    I checked the DB tables as well.
    When I test, by login into user account, it doesn't create an entry in xxx_cart_reminder table. The table always empty.
    I suppose, it should execute the add_cart_reminder() and create an entry in that table upon user login, but it didn't insert any entry. I feel strange.

    \includes\modules\page\login\header_php.php
    PHP Code:
        if (defined('CART_REMINDER') && CART_REMINDER == true){
               
            include_once(
    DIR_WS_LANGUAGES $_SESSION['language'] . '/' 'cart_reminder.php');  //
            /* Check to make sure customer isn't already in the table */

            
    $sql "SELECT * FROM " TABLE_CART_REMINDER "  WHERE customer_id = :customersID";

            
    $sql $db->bindVars($sql':customersID',  $_SESSION['customer_id'], 'integer');
        
            
    $result $db->Execute($sql);
            if(
    $result->RecordCount() == 0){
                
    add_cart_reminder();
            
            }
            } 
    Thoughts ?


    Regards,
    Sky

    Just an update. Issue has been resolved with some workaround.

  3. #3
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by skywalker826 View Post
    Just an update. Issue has been resolved with some workaround.
    Having same issue could you explain your work around?

    Thanks

  4. #4
    Join Date
    Mar 2014
    Location
    Memphis, TN
    Posts
    61
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    How can you test this? Do I have to wait the hour or what you have set before it send out a email?

  5. #5
    Join Date
    Apr 2012
    Posts
    127
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Is this compatible with v1.5? I am asking since only 1.5.1+ seemed to be listed...

  6. #6
    Join Date
    Oct 2005
    Posts
    34
    Plugin Contributions
    2

    Default Re: Abandoned Shopping Cart Email Reminder

    It should be OK with 1.5, but I have not tested it.

  7. #7
    Join Date
    Aug 2009
    Location
    Greeneville, TN USA
    Posts
    55
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Hello,

    Love the module. Thanks for taking the time to write and support it.

    I've searched the thread, and from what I've seen, my Cart Reminder is working "correctly". However, if it is, I wonder if it can be changed.

    The reminder email is only being sent if the user logs out. I can create a cart, checkout, create a new account, and log out, or I can log into an existing account, put stuff in a cart and log out. Either way, I get an email. If I just "go away" without logging out (which to me is almost the definition of an abandoned cart) I don't get an email.

    Is this how it's supposed to work? Is there a mod to make it send an email if the user hasn't logged out? I wouldn't mind setting the timing so it was less aggressive if you're concerned about sending a reminder while the user is still logged in.

    Thanks

 

 

Similar Threads

  1. Aftersales Email Module: Review Reminder
    By BeautyHealth.com.cy in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 27 Jul 2010, 12:00 AM
  2. Shopping Cart reminder?
    By mitch_h in forum General Questions
    Replies: 3
    Last Post: 25 Aug 2009, 04:08 PM
  3. Abandoned shopping cart
    By 5869 in forum General Questions
    Replies: 4
    Last Post: 16 Aug 2008, 04:26 AM
  4. Auto/Manual Email for Review Reminder?
    By cpjfox in forum Managing Customers and Orders
    Replies: 1
    Last Post: 13 Mar 2008, 04:15 AM
  5. Recover Abandoned Cart Sales
    By gardengate in forum Customization from the Admin
    Replies: 11
    Last Post: 6 Nov 2006, 04:34 AM

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