Page 16 of 20 FirstFirst ... 61415161718 ... LastLast
Results 151 to 160 of 198
  1. #151
    Join Date
    May 2008
    Posts
    402
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    Does anyone know how the subscriber's IP address/email address and info can be attached to the bottom on the admin emails? For example the "For Office Use Only" part. Is there something that can be added to the email code or something that can add this stuff?

  2. #152
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,595
    Plugin Contributions
    30

    Default Re: Ceon Back In Stock Notifications 3.2.2

    I have updated this module to allow for sending emails in the language that corresponds to the clients subscription language.
    It's also tested on PHP7 with mysqli using Zen Cart 1.5.5a, it should drop straight in.

    I will be uploading it shortly but would welcome some feedback/testing first:
    https://dl.dropboxusercontent.com/u/...3.2.2alpha.zip
    Steve
    github.com/torvista: Spanish Language Pack, Google reCaptcha, Structured Data, Multiple Copy-Move-Delete, Image Checker, BackupMySQL Admin/Auto...

  3. #153
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    3,379
    Plugin Contributions
    9

    Default Re: Ceon Back In Stock Notifications 3.2.2

    Quote Originally Posted by torvista View Post
    I have updated this module to allow for sending emails in the language that corresponds to the clients subscription language.
    It's also tested on PHP7 with mysqli using Zen Cart 1.5.5a, it should drop straight in.

    I will be uploading it shortly but would welcome some feedback/testing first:
    https://dl.dropboxusercontent.com/u/...3.2.2alpha.zip
    - BTW, I have version 3.2.0 working without a single glitch in a store which I just upgraded to ZC 1.5.5a (PHP 5.6.20)

  4. #154
    Join Date
    Feb 2016
    Posts
    28
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    Quote Originally Posted by BolinFirearms View Post
    I am having the same problem pretty much. The link is showing up fine but when I click the link it just adds #back_in_stock_notification_form to the end of the link and nothing happens.
    Bolin: I'm having the same issue. It is probably stupidity no my part as well, but do you remember what code had been miscopied?

    Thanks.

  5. #155
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    Hi there,
    I just wondered if is possible to migrate the Ajax back in stock SQL data to this version? I can see the SQL heading are a bit different. Thanks in advance.

  6. #156
    Join Date
    Aug 2009
    Posts
    128
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    Hi,

    When I try to send out emails of back in stock products it returns this error:
    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 4
    in:
    [ DELETE FROM back_in_stock_notification_subscriptions WHERE id IN ();]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

    How could I manager it and fix it?
    Thanks

  7. #157
    Join Date
    May 2005
    Location
    England
    Posts
    626
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    I suddenly get this, perhaps after 1.5.5b update, when doing test run or live run:-


    PHP Fatal error: Call to undefined function zen_get_info_page() in /home/******/classes/usu.php on line 324
    usu.php is for ultimate urls I think.

    **Figured out, but for anybody else experiencing it you add this to the end of that file***

    // This function is available for use on the catalog side of Zen Cart and
    // needed on the admin side for Ultimate URLs to lookup the product_info page.
    if(!function_exists('zen_get_info_page')) {
    function zen_get_info_page($zf_product_id) {
    global $db;
    $sql = "select products_type from " . TABLE_PRODUCTS . " where products_id = '" . (int)$zf_product_id . "'";
    $zp_type = $db->Execute($sql);
    if ($zp_type->RecordCount() == 0) {
    return 'product_info';
    }
    else {
    $zp_product_type = $zp_type->fields['products_type'];
    $sql = "select type_handler from " . TABLE_PRODUCT_TYPES . " where type_id = '" . (int)$zp_product_type . "'";
    $zp_handler = $db->Execute($sql);
    return $zp_handler->fields['type_handler'] . '_info';
    }
    }
    }
    Last edited by HeathenMagic; 10 Dec 2016 at 12:51 AM.

  8. #158
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    I've downloaded version 3.2.1 to install on a version 1.5.3 zen cart. When it comes to the modified core files I'm thinking I should go with the 1.5.0 folder which contains the functions_general.php file. Would someone kindly confirm if this is the correct choice rather than the 1.5.5 folder?

  9. #159
    Join Date
    Mar 2015
    Location
    Belfast
    Posts
    7
    Plugin Contributions
    1

    Default Re: Ceon Back In Stock Notifications 3.0.0

    Hi,

    My name is Neil Kerr, I am Conor's younger brother.

    My family and I are in the process of relaunching Ceon, in memory of Conor and would appreciate if you could have a look at the following post;

    https://www.zen-cart.com/showthread....ing-assistance

    Many thanks,
    Neil

  10. #160
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Ceon Back In Stock Notifications 3.0.0

    [20-Jul-2019 11:12:15] PHP Fatal error: Uncaught Error: Call to undefined function mysql_affected_rows() in /.../admin/includes/functions/back_in_stock_notifications_functions.php:271
    Stack trace:
    #0 /.../admin/back_in_stock_notifications.php(244): expungeOutdatedSubscriptionsFromBackInStockNotificationsDB()
    #1 {main}
    thrown in /.../admin/includes/functions/back_in_stock_notifications_functions.php on line 271

    [20-Jul-2019 11:12:15] Request URI: /admin/back_in_stock_notifications.php?action=send&option=5, IP address: 175.136.46.196
    --> PHP Fatal error: Uncaught Error: Call to undefined function mysql_affected_rows() in /.../admin/includes/functions/back_in_stock_notifications_functions.php:271
    Stack trace:
    #0 /.../admin/back_in_stock_notifications.php(244): expungeOutdatedSubscriptionsFromBackInStockNotificationsDB()
    #1 {main}
    thrown in /.../admin/includes/functions/back_in_stock_notifications_functions.php on line 271.
    Having above issue select "Remove subscriptions for deleted products from database" after upgraded to version 10.

 

 
Page 16 of 20 FirstFirst ... 61415161718 ... LastLast

Similar Threads

  1. Replies: 146
    Last Post: 13 Dec 2020, 09:52 AM
  2. Back In Stock Notifications
    By conor in forum All Other Contributions/Addons
    Replies: 509
    Last Post: 11 May 2016, 03:02 PM
  3. Replies: 4
    Last Post: 14 Feb 2013, 09:33 PM
  4. v139h Back In Stock Notifications only notify customers ONE time?
    By SRQHoyas in forum General Questions
    Replies: 0
    Last Post: 9 Jun 2012, 01:58 PM
  5. Problems with Back In Stock Notifications addon
    By dhanesh in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 21 Aug 2008, 02:26 PM

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