Page 2 of 9 FirstFirst 1234 ... LastLast
Results 11 to 20 of 87
  1. #11
    Join Date
    Feb 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Also found a small bug in cart_reminder_cron.php, line 33.

    Code:
    $sql ="SELECT configuration_value FROM ".DB_PREFIX ." configuration WHERE configuration_key = 'CART_REMINDER'";
    should be
    Code:
    $sql ="SELECT configuration_value FROM ".DB_PREFIX ."configuration WHERE configuration_key = 'CART_REMINDER'";
    (I removed a space after ".DB_PREFIX .")

    This script also needs the DB_PREFIX added to each statement.
    Last edited by jberman; 22 Feb 2013 at 04:35 AM.

  2. #12
    Join Date
    Mar 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by jberman View Post
    Also found a small bug in cart_reminder_cron.php, line 33.

    Code:
    $sql ="SELECT configuration_value FROM ".DB_PREFIX ." configuration WHERE configuration_key = 'CART_REMINDER'";
    should be
    Code:
    $sql ="SELECT configuration_value FROM ".DB_PREFIX ."configuration WHERE configuration_key = 'CART_REMINDER'";
    (I removed a space after ".DB_PREFIX .")

    This script also needs the DB_PREFIX added to each statement.
    I'll check this and we'll update it if need be.

  3. #13
    Join Date
    Oct 2005
    Posts
    34
    Plugin Contributions
    2

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Zola View Post
    I'll check this and we'll update it if need be.
    We have submitted a new version with bug fixes for db prefix issues. Please check for version 1.1 as soon as it is approved on the download page: http://www.zen-cart.com/downloads.php?do=file&id=1589

  4. #14
    Join Date
    Jan 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Hello!
    Is there a way to change the webpage links in the email reminder from http://webpage.com/index.php?main_pa...oducts_id=3666 to http://webpage.com/shop/index.php?ma...oducts_id=3666

    our store is in "shop" folder.


    regards!

  5. #15
    Join Date
    Oct 2005
    Posts
    34
    Plugin Contributions
    2

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Gurrumino View Post
    Hello!
    Is there a way to change the webpage links in the email reminder from http://webpage.com/index.php?main_pa...oducts_id=3666 to http://webpage.com/shop/index.php?ma...oducts_id=3666

    our store is in "shop" folder.


    regards!
    Hi Gurrumino,

    I have updated the package with some changes that should address the issue of the store folder. It looks like we didn't have the define variable DIR_WS_CATALOG in the links. I have not tested this on a live site yet so please let me know if this works so I can update the package on the Zen-Cart web site: https://www.box.com/shared/static/gx...nyhtkb9xpb.zip

    Thanks,

    -Sean

  6. #16
    Join Date
    Jan 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Hello gonsman, now is working perfectly ...

    Best Regards!

  7. #17
    Join Date
    Oct 2005
    Posts
    34
    Plugin Contributions
    2

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Gurrumino View Post
    Hello gonsman, now is working perfectly ...

    Best Regards!
    Great! I will submit the update to the plugin page.

  8. #18
    Join Date
    Jan 2013
    Posts
    7
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    I noticed that the email sent by these module, the cart content is repeated, is just me? or is a little bug?

  9. #19
    Join Date
    Jul 2013
    Location
    Lakewood, California, United States
    Posts
    66
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    This is my first time, so please be gentle...

    I have installed shopping cart reminder and been having the following email for days. It comes every hour, at the time chosen.

    /bin/sh: 0: command not found
    /bin/sh: php: command not found

    The code I placed in cron is 0 ****cd/home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null

    I think I saved this correctly on godaddy cron Job manager but don't know if I did code right. Go daddy says never seen 0 ****cd before my address info, but copied it from instructions info.

    I have read all dialogue here, and checked cart reminder install to confirm changes above this were on my copy correctly. I believe this is the only thing installed affecting core files.

    My site is reasonablerigging.com and the site is on the index level of the site.

    Can someone tell me what to do that does not involve inflicting pain on myself...?

    Many thanks,

    Marc

  10. #20
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Trademagic View Post
    /bin/sh: 0: command not found
    /bin/sh: php: command not found

    The code I placed in cron is 0 ****cd/home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null
    Might try this instead (assuming the path is correct):

    Code:
    php -f /home/content/69/11416569/html/cart_reminder_cron.php > /dev/null
    By starting with "php -f" it's saying "tell PHP to execute the file specified as the next parameter".
    GoDaddy support can tell you what the correct syntax is to run PHP CLI (command-line-interface) with cron jobs on their servers.
    Sometimes the -f is not needed.
    Sometimes additional params are needed
    Sometimes something other than the >/dev/null as a suffix might be required, depending on server configuration requirements and operating systems.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 
Page 2 of 9 FirstFirst 1234 ... LastLast

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