Page 3 of 15 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 147
  1. #21
    Join Date
    Oct 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    This module works only if there is an active SSL certificate ?

    When i try Back In Stock Notifications i have a message error: ssl_error_rx_record_too_long

    Please let me know

  2. #22
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    It should work with a self-assigned certificate. However ALL stores should have a proper SSL anyways.

  3. #23
    Join Date
    Oct 2008
    Posts
    44
    Plugin Contributions
    0

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by bislewl View Post
    It should work with a self-assigned certificate. However ALL stores should have a proper SSL anyways.
    It is not the answer I wanted. Anyway thank you

  4. #24
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by bislewl View Post
    It should work with a self-assigned certificate. However ALL stores should have a proper SSL anyways.
    So I'm not clear here.. If a shop DOES NOT have an SSL cert, they CANNOT use this module??? Is THAT what that error "error: ssl_error_rx_record_too_long" means??
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  5. #25
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Hi

    I just installed this module on zen cart 1.5.1. PHP Version: 5.4.34. I'm having trouble getting it to work. The installation instructions don't mention which file to paste the code snippets provided, though I assume it should be the file, tpl_product_info_display.php

    There's a file, tpl_product_info_add_to_cart_sample.php I wasn't sure what this file was for. Looking at the contents there's a line that says, "// This will replace the normal add to cart button code" so I copied and replaced the standard add to cart code in the file tpl_product_info_display.php.

    I have tried both sets of code snippets (one set at a time) and the link for "Email me when back in stock" takes me to homepage.

    When turning off the module the sold out icon is still disabled. There's also a log file.

    [05-Feb-2015 18:56:47 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/***/public_html/ADMIN/includes/init_includes/init_back_in_stock.php on line 66

    Any ideas what going on?

    thanks

  6. #26
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by buildingblocks View Post
    Hi

    I just installed this module on zen cart 1.5.1. PHP Version: 5.4.34. I'm having trouble getting it to work. The installation instructions don't mention which file to paste the code snippets provided, though I assume it should be the file, tpl_product_info_display.php

    There's a file, tpl_product_info_add_to_cart_sample.php I wasn't sure what this file was for. Looking at the contents there's a line that says, "// This will replace the normal add to cart button code" so I copied and replaced the standard add to cart code in the file tpl_product_info_display.php.

    I have tried both sets of code snippets (one set at a time) and the link for "Email me when back in stock" takes me to homepage.

    When turning off the module the sold out icon is still disabled. There's also a log file.

    [05-Feb-2015 18:56:47 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/***/public_html/ADMIN/includes/init_includes/init_back_in_stock.php on line 66

    Any ideas what going on?

    thanks
    If it is taking you back to the home page that typically then the javascript is not loading.

    if you look at the javascript loaded on the page these should be loading:
    jquery-1.10.2.min.js
    jquery-migrate-1.2.1.min.js
    jquery.fancybox.js
    jquery_back_in_stock.js

  7. #27
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by bislewl View Post
    If it is taking you back to the home page that typically then the javascript is not loading.

    if you look at the javascript loaded on the page these should be loading:
    jquery-1.10.2.min.js
    jquery-migrate-1.2.1.min.js
    jquery.fancybox.js
    jquery_back_in_stock.js

    yes they are and we also have these two loading, jquery-1.4.4.min.js and jscript_utils.js

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

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by buildingblocks View Post
    yes they are and we also have these two loading, jquery-1.4.4.min.js and jscript_utils.js

    just to clarify, in case it matters, jquery-1.4.4.min.js and jscript_utils.js both reside in the folder jscript not jscript/jquery

  9. #29
    Join Date
    Jun 2008
    Posts
    627
    Plugin Contributions
    0

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    Quote Originally Posted by buildingblocks View Post
    just to clarify, in case it matters, jquery-1.4.4.min.js and jscript_utils.js both reside in the folder jscript not jscript/jquery
    jquery-1.4.4.min.js I believe belongs to zxslideshow
    jscript_utils.js belongs to reward points full suite

  10. #30
    Join Date
    Dec 2011
    Location
    Wisconsin, USA
    Posts
    674
    Plugin Contributions
    21

    Default Re: Ajax Back In Stock (re-written version of Conor/Ceon's Back In Stock Module)

    The issue [05-Feb-2015 18:56:47 UTC] PHP Warning: in_array() expects parameter 2 to be array, null given in /home/***/public_html/ADMIN/includes/init_includes/init_back_in_stock.php on line 66
    This was resolved by DrByte, Zen-Cart.com wasn't outputting the json when newer version was pending (submitted but not moderated). Also the a fall back is being added to zencart 1.6.0. See https://github.com/zencart/zencart/issues/281

    So this should be resolved now.

 

 
Page 3 of 15 FirstFirst 1234513 ... LastLast

Similar Threads

  1. Ceon Back In Stock Notifications 3.0.0
    By conor in forum Addon Admin Tools
    Replies: 204
    Last Post: 8 Apr 2025, 05:19 PM
  2. Replies: 4
    Last Post: 14 Feb 2013, 09:33 PM
  3. back in stock notification - buttons 'back' and 'update' not working
    By flix in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 24 Mar 2010, 10:02 PM
  4. "Notify me when Out of Stock items is back in stock" Mod?
    By mes7000 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 21 Aug 2008, 06:04 PM
  5. Module: Back to Stock Items like this one how to?
    By explorer1979 in forum General Questions
    Replies: 0
    Last Post: 12 Aug 2008, 04:47 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