Page 9 of 9 FirstFirst ... 789
Results 81 to 87 of 87
  1. #81
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Excellent... going to install and I'll report back.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  2. #82
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by DrByte View Post
    After a cursory look through the code I don't see why it would have any big issues on v156 or v157.
    Looks like the demo code needs to be deprecated from the file for 1.5.7

    getting a log error:

    [17-Dec-2020 20:11:56 America/Chicago] PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /xxxxx/cart_reminder.php:26
    Stack trace:
    #0 /xxxxx/index.php(11): require()
    #1 {main}
    thrown in /xxxxx/cart_reminder.php on line 26

    [17-Dec-2020 20:11:56 America/Chicago] Request URI: /xxxxx/index.php?cmd=cart_reminder&gID=36&cID=736&action=save, IP address: xxxxx
    --> PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /xxxxx/cart_reminder.php:26
    Stack trace:
    #0 /xxxxx/index.php(11): require()
    #1 {main}
    thrown in /xxxxx/cart_reminder.php on line 26.


    Not skilled enough to know how much of the old code needs to be removed :/
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  3. #83
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Carbonless View Post
    Looks like the demo code needs to be deprecated from the file for 1.5.7

    getting a log error:

    [17-Dec-2020 20:11:56 America/Chicago] PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /xxxxx/cart_reminder.php:26
    Stack trace:
    #0 /xxxxx/index.php(11): require()
    #1 {main}
    thrown in /xxxxx/cart_reminder.php on line 26

    [17-Dec-2020 20:11:56 America/Chicago] Request URI: /xxxxx/index.php?cmd=cart_reminder&gID=36&cID=736&action=save, IP address: xxxxx
    --> PHP Fatal error: Uncaught Error: Call to undefined function zen_admin_demo() in /xxxxx/cart_reminder.php:26
    Stack trace:
    #0 /xxxxx/index.php(11): require()
    #1 {main}
    thrown in /xxxxx/cart_reminder.php on line 26.


    Not skilled enough to know how much of the old code needs to be removed :/

    well... maybe my cursery skillz are getting better.


    I removed the following:
    Code:
            // demo active test
            if (zen_admin_demo()) {
              $_GET['action']= '';
              $messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
              zen_redirect(zen_href_link(FILENAME_CART_REMINDER, 'gID=' . $_GET['gID'] . '&cID=' . $cID));
            }
    
            $cID = zen_db_prepare_input($_GET['cID']);
            
            $configuration_value = zen_db_prepare_input($_POST['configuration_value']);
    and the configuration for the cart setup in Configuration>>Shopping Cart Reminder is now working.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  4. #84
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Carbonless View Post
    well... maybe my cursery skillz are getting better.


    I removed the following:
    Code:
            // demo active test
            if (zen_admin_demo()) {
              $_GET['action']= '';
              $messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
              zen_redirect(zen_href_link(FILENAME_CART_REMINDER, 'gID=' . $_GET['gID'] . '&cID=' . $cID));
            }
    
            $cID = zen_db_prepare_input($_GET['cID']);
            
            $configuration_value = zen_db_prepare_input($_POST['configuration_value']);
    and the configuration for the cart setup in Configuration>>Shopping Cart Reminder is now working.

    Well jumped the gun a little... It id giving the message, after setting the time from to 1 hour, that the email must be sent after 1 hour, but still displays 6 hours in the default setup.

    I'll have to wait and see if the cron job does its thing.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  5. #85
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Carbonless View Post
    Well jumped the gun a little... It id giving the message, after setting the time from to 1 hour, that the email must be sent after 1 hour, but still displays 6 hours in the default setup.

    I'll have to wait and see if the cron job does its thing.
    I removed too much of the code... I removed the post statement, put it back in, configures beautifully.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  6. #86
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,688
    Plugin Contributions
    9

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Carbonless View Post
    well... maybe my cursery skillz are getting better.


    I removed the following:
    Code:
            // demo active test
            if (zen_admin_demo()) {
              $_GET['action']= '';
              $messageStack->add_session(ERROR_ADMIN_DEMO, 'caution');
              zen_redirect(zen_href_link(FILENAME_CART_REMINDER, 'gID=' . $_GET['gID'] . '&cID=' . $cID));
            }
    
            $cID = zen_db_prepare_input($_GET['cID']);
            
            $configuration_value = zen_db_prepare_input($_POST['configuration_value']);
    and the configuration for the cart setup in Configuration>>Shopping Cart Reminder is now working.
    i have never used this module.

    that said, i would restore the following lines that you deleted:

    PHP Code:
            $cID zen_db_prepare_input($_GET['cID']);
            
            
    $configuration_value zen_db_prepare_input($_POST['configuration_value']); 
    i'm not sure it will help with the problem. it might. but they should have been left in based on your initial error message.

    the other 5 lines you removed were correct.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  7. #87
    Join Date
    Jun 2005
    Posts
    309
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Mod works, but I can't get the HTML emails to come out right. Below is what I get. Any ideas?

    Code:
    --PHP-mixed-2bce926a2cd21eda3723a5a432d704ba
    Content-Type: text/plain; charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit
    
    Dear Todd,
    
    We noticed you added some items to your shopping cart, but did not check out.  If you experienced any trouble with our site or during checkout, we would be more than happy to help out.  In addition, if you have any questions or concerns about our products or any of our policies, please let us know so we can address them promptly.  It is our goal to ensure you have the best possible shopping experience, so please don't hesitate to reach out.
    
    To send us an email, you can REPLY to this message or visit our contact page at https://dev.pezcollectors.com/index.php?main_page=contact_us
    
    For your convenience, we have listed the items currently in your cart below:
    
    Zipp European My Little Pony New Generation Pez Loose
    Quantity: 1
    https://dev.pezcollectors.com/index.php?main_page=product_info&products_id=7968
    
    
    
    If you are ready to checkout, please login to your account at https://dev.pezcollectors.com/index.php?main_page=login and proceed to checkout.
    
    If you don't remember your password, you can reset it here: https://dev.pezcollectors.com/index.php?main_page=password_forgotten
    
    Thank you,
    
    Pez Collectors Store
    
    --PHP-mixed-2bce926a2cd21eda3723a5a432d704ba
    Content-Type: text/html; charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit
    
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <base href="https://dev.pezcollectors.com/" />
    
    <style type="text/css">
    body {background-color:#ffffff; color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center;}
    a:link {color:#0066cc;}
    a:hover {background-color:#eeeecc; color:#0066cc;}
    a:visited {color:#0066cc;}
    .holder {background-color:#f9f9f9; border:1px solid #9a9a9a; font-size:9px; text-align:left; width:550px;}
    .header {font-size:10px; padding:0px; width:550px;}
    .content {font-size:10px; padding:5px; width:550px;}
    .footer {border-top:1px solid #9a9a9a; font-size:9px; text-align:center; width:550px;}
    .extra-info {background-color:#cccc99; border:1px dashed #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;}
    .content-line {padding:5px; font-size:10px;}
    .content-line-title {font-weight:bold; font-size:11px; padding-top:3px;}
    .order-detail-area {background-color:#CCCC99; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; }
    .product-details {font-size:10px;}
    .product-details-num {font-size:10px; font-weight:bold;}
    .order-totals-text {font-size:10px; font-weight:bold;}
    .order-totals-num {font-size:10px; }
    .comments {background-color:#FF6699; border:1px #9a9a9a; width:542px; padding:2px; font-size:10px; }
    .address-block {background-color:#E4E8F3; border:1px solid #9a9a9a; margin-top:3px;}
    .address {font-size:10px;}
    .payment-detail, .payment-footer {font-size:10px;}
    .extra-info {background-color:#cccc99; border:1px solid #9a9a9a; font-size:10px; margin-top:10px; padding:5px; width:550px;}
    .extra-info-bold {font-weight:bold;}
    .disclaimer {background-color:#f9f9f9; border:1px solid #cccccc; font-size:10px; margin-top:10px; padding:5px; width:550px;}
    .disclaimer1 {color:#666666; padding:5px;}
    .disclaimer1 a:link {color:#666666;}
    .disclaimer1 a:visited {color:#666666;}
    .disclaimer2 {color:#666666; padding:5px;}
    .copyright {border-bottom:0px solid #9a9a9a; padding:5px;}
    
    </style>
    </head>
    
    <body>
    <div class="holder">
    
      <!-- Header Section -->
      <div class="header">
      <img src="email/header.jpg" alt="logo" />
      </div>
    
    
      <!-- Content Section -->
      <div class="content">
        <div class="content-line">
          Dear Todd,
          <p>We noticed you added some items to your shopping cart, but did not check out.  If you experienced any trouble with our site or during checkout, we would be more than happy to help out.  In addition, if you have any questions or concerns about our products or any of our policies, please let us know so we can address them promptly.  It is our goal to ensure you have the best possible shopping experience, so please don't hesitate to reach out.</p>
          <p>To send us an email, you can REPLY to this message or visit our contact page at
          <a href="https://dev.pezcollectors.com/index.php?main_page=contact_us">https://dev.pezcollectors.com/index.php?main_page=contact_us</a></p>
          <p>For your convenience, we have listed the items currently in your cart below:</p>
          <p>&nbsp;
      </div>
            <a href="https://dev.pezcollectors.com/index.php?main_page=product_info&products_id=7968">Zipp European My Little Pony New Generation Pez Loose</a><br>Quantity: 1<br><br>
    
    
     <div class="content-line">If you are ready to checkout, please login to your account at https://dev.pezcollectors.com/index.php?main_page=login and proceed to checkout.
      <p>If you don't remember your password, you can reset it here: <a href="https://dev.pezcollectors.com/index.php?main_page=password_forgotten">https://dev.pezcollectors.com/index.php?main_page=password_forgotten</a></p>
      <p>Thank you,</p>
      <strong>
      <p>Pez Collectors Store</strong></p></div>
    
    </div>
    
    </body>
    </html>
    2 + 2 = 5 for extremely large values of 2

    Pez Collectors Store

 

 
Page 9 of 9 FirstFirst ... 789

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

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