Page 1 of 3 123 LastLast
Results 1 to 10 of 92

Hybrid View

  1. #1
    Join Date
    Feb 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by knuckle-101 View Post
    Looks like you are either missing files, files corrupted during upload or of the sort. Try re-uploading all files one at a time in their proper directories and see if it fixes it.
    This has been attempted twice and the screen remains the same.

  2. #2
    Join Date
    Dec 2005
    Location
    Cincinnati Ohio
    Posts
    1,026
    Plugin Contributions
    13

    application error Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by jberman View Post
    This has been attempted twice and the screen remains the same.
    Not sure about this one. Did you make sure the SQL was installed properly? As you see in the image it works and all I did was drop the files in their proper directories and upload the SQL . Weird indeed as far as I can tell something did not upload or it corrupted during upload or your SQL was not installed. Maybe someone with the same issue as you have can be more assistance.

    Attachment 11979
    PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
    Business Class Web Hosting - Linux and cPanel Powered

  3. #3
    Join Date
    Feb 2013
    Posts
    4
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    There were SQL errors in the cart_reminder_install.php (latest version).

    On line 46:
    Code:
    $sql = "UPDATE `".DB_PREFIX."configuration_group` SET `sort_order` = $last_id WHERE `configuration_group_id`=";
    The "configuration_group_id" variable isn't passed into the statement. I commented this out.

    In addition to that, the statements that follow do not append the DB_PREFIX to the configuration table.

    i.e.
    Code:
    $sql = "INSERT INTO configuration ...
    should be
    Code:
    $sql = "INSERT INTO `".DB_PREFIX."configuration` ...
    Thanks for all your help!

  4. #4
    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

  5. #5
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    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.

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

    Default Re: Abandoned Shopping Cart Email Reminder

    Thx dr. Byte, but that didn't work. Called godaddy and they recommended getting rid of the php -f and going direct, this occurred, so, getting deeper...

    /home/content/69/11416569/html/cart_reminder_cron.php: line 1: ?php
    : No such file or directory
    /home/content/69/11416569/html/cart_reminder_cron.php: line 2:
    : command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 3: /**
    : No such file or directory
    /home/content/69/11416569/html/cart_reminder_cron.php: line 4: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 5: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 6: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 7: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 8: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 9: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 10: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 11: backup: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 12: **/
    : No such file or directory
    /home/content/69/11416569/html/cart_reminder_cron.php: line 13:
    : command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 14: /bin: is a directory
    /home/content/69/11416569/html/cart_reminder_cron.php: line 15:
    : command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 16: =: command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 16:
    : command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 17:
    : command not found
    /home/content/69/11416569/html/cart_reminder_cron.php: line 45: syntax error near unexpected token `('
    /home/content/69/11416569/html/cart_reminder_cron.php: line 45: `/* Step 1: Remove all items in cart_reminder table that don't have an associated cart (where the users aren't logged in) */
    '

    What now? They recommended doing /web/cgi-bin/php5_3 as prefix

  7. #7
    Join Date
    Apr 2012
    Posts
    23
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    Does anyone know will this work with Ver 1.50?

  8. #8
    Join Date
    Mar 2015
    Posts
    169
    Plugin Contributions
    0

    Default Re: Abandoned Shopping Cart Email Reminder

    using 1.54. our server is set in another time zone. so we set the time zone adding the command for our time zone in the php.ini.

    now we are getting this message every minutes as an error

    strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone.

    any clues how we can fix this in the coding?

    cart_reminder_cron.php on line 101

    i think if we remove the time zone setting in our php.ini file it goes away but the problem is now the orders that come in do not match our time zone.

    THanks.

  9. #9
    Join Date
    Jul 2007
    Posts
    342
    Plugin Contributions
    7

    Default Re: Abandoned Shopping Cart Email Reminder

    Using version zen cart 1.5.4 and COWOA version 2.4
    Does anyone know if cart reminder will work with COWOA or will it only work with customers who have actually created an account?
    Thanks

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

    Default Re: Abandoned Shopping Cart Email Reminder

    Quote Originally Posted by Trademagic View Post
    The code I placed in cron is 0 ****cd/home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null
    Hi Trademagic,

    I believe the problem is that you removed a bunch of spaces. You need to have a space after each * and after "cd". Try formatting it like this:

    0 * * * * cd /home/content/69/11416569/html/; php cart_reminder_cron.php > /dev/null

 

 
Page 1 of 3 123 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

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