Page 8 of 15 FirstFirst ... 678910 ... LastLast
Results 71 to 80 of 147
  1. #71
    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 DivaVocals View Post
    I appreciate the offer, but I'm not sure looking at your admin will get me any insight into why my sites aren't working.
    Quote Originally Posted by izar74 View Post
    Well You have a point... the only thing I think could help is to compare the files to see if there is any differences, indeed i have make some changes that obiouvsly i didn't write down because i'm a little bit lazy lately.
    I've Pm you with an ftp account, feel free to use it. If something will come to my mind i'll sure write it
    Quote Originally Posted by DivaVocals View Post
    Thanks.. now THAT's what will help.. I promise not to touch.. I will only LOOK..
    So I haven't had a chance to do this yet, but I'm not sure I would find anything other than I have this installed correctly.. I WILL however be able to SEE the missing language defines as I suspect that you have the missing ones filled in on your site. So I will be logging in to your site tonight to grab that from you..

    Last night I migrated my dev site to the live site. Typically I do this by putting the site in maintenance mode, then using the sync function in Beyond Compare (excluding the configure.php files of course) to push the updated files because it takes care of the file cleanup for me -- the sync function deletes files in the target that do not exist in the source. It's just a much cleaner way to do my dev to live file pushes. After that I ran the v1.5.4 upgrade to upgrade the DB, then checked to make sure all the module upgrades all properly kicked off any SQL required.. At this point my test and dev site are apples to apples..

    Once all that was done, I tried the notification link on the LIVE site and it worked.. Now the reason probably has everything to do with the fact that HTTPS IS enabled on the live site. So the key to solving this probably is to figure out WHY the module ONLY appears to work with HTTPS enabled..

    Quote Originally Posted by DivaVocals View Post
    Let me be clear.. I have already checked that the cron folder and the send_back_in_stock_notifications.php file are in place.. (when you get a 404 error, this would NATURALLY be the first thing that one would check.. so lest someone asks again.. YES I checked..the folder and file are in place..)

    What I did notice is this:
    The issue occurs on two test sites I have setup:
    https://clientscrappin(dot)divawebdz...0&preview=true
    https://scrappintestsite(dot)scrappi...0&preview=true

    Please note that I DO NOT have SSL enabled on these test sites.. So why this is redirecting to HTTPS is baffling..

    and before any asks did I try the link WITHOUT the HTTPS..

    Yes.. I did.. I then get directed to the HOME page..

    and finally what happens if I turn off the URL re-writer (seems to be the FAVORITE whipping boy that folks point to whenever you are troubleshooting..)

    THE SAME THING I reported with the URL re-writer turned on..
    Last edited by DivaVocals; 22 Apr 2015 at 05:11 PM.
    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.

  2. #72
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

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

    Hmmmmm.... Mumble mumble...

    is it possible that the problem is in this line (142 of back_in_stock.php in admin directory):

    PHP Code:
    <form name="back_in_stock" action="<?php echo HTTPS_CATALOG_SERVER DIR_WS_HTTPS_CATALOG "cron/send_back_in_stock_notifications.php"?>" target="_blank" method="get">
    It point to the HTTPS address and not the HTTP one...

    I'm just guessing... at the moment i'm busy fighting with another problem

  3. #73
    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 izar74 View Post
    Hmmmmm.... Mumble mumble...

    is it possible that the problem is in this line (142 of back_in_stock.php in admin directory):

    PHP Code:
    <form name="back_in_stock" action="<?php echo HTTPS_CATALOG_SERVER DIR_WS_HTTPS_CATALOG "cron/send_back_in_stock_notifications.php"?>" target="_blank" method="get">
    It point to the HTTPS address and not the HTTP one...

    I'm just guessing... at the moment i'm busy fighting with another problem
    That wouldn't cause it not to work on http, however you are correct the form is coded with HTTPS, because IMHO everyone should be using an SSL.

    Even if you are just doing paypal checkout, it is highly recommended to use HTTPS.

    I'm sure I'll get blasted for saying this but EVERY store should be using an SSL. They can be purchased for as little as $10, it's well worth it AND google does give some weight to it.

  4. #74
    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
    That wouldn't cause it not to work on http, however you are correct the form is coded with HTTPS, because IMHO everyone should be using an SSL.

    Even if you are just doing paypal checkout, it is highly recommended to use HTTPS.

    I'm sure I'll get blasted for saying this but EVERY store should be using an SSL. They can be purchased for as little as $10, it's well worth it AND google does give some weight to it.
    Well everyone ISN'T going to get an SSL cert, and this module shouldn't force one to buy one just to use it.. (even PayPal doesn't force this..) BUT this wasn't being tested on a live site.. it was being tested on a test site and unless one wants to pay EXTRA for a domain level SSL, it means that it's impossible to test this module on a test site.. The fact is that there IS something set in this module that prevents one form testing or using this module is one doesn't have SSL enabled.. When I figure out what that is, then I will address, and share my findings with the community..
    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. #75
    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)

    Can someone kindly provide the English translations for the missing definitions please..

    define('BACK_IN_STOCK_MAIL_TOP', '<br/>Grazie per il tuo interesse in: ');
    define('BACK_IN_STOCK_MAIL_MAIN', '<br/><br/>Il prodotto e\' stato aggiunto alla tua lista e sarai avvisato non appena tornera\' disponibile!<br/>');
    define('BACK_IN_STOCK_MAIL_BOTTOM', 'Per qualunque domanda rispondi pure a questa mail');
    define('BACK_IN_STOCK_MAIL_GREETING', '<br/>Gentile ');
    define('BACK_IN_STOCK_MAIL_CANCEL', 'Per controllare le notifiche cliccare qui: ');
    define('BACK_IN_STOCK_MAIL_STATUS', ' - notifica da ');
    define('BACK_IN_STOCK_MAIL_AVAILABLE', '<br/><br/>L\'articolo e\' di nuovo disponibile!');
    define('BACK_IN_STOCK_MAIL_BACK', ' e\' di nuovo disponibile su ');
    define('BACK_IN_STOCK_MAIL_SENT', 'Email inviata a: ');
    define('BACK_IN_STOCK_MAIL_MANY', 'Per favore esegui di nuovo');
    define('BACK_IN_STOCK_MAIL_NONOTIFY', 'Questo prodotto e\' stato rimosso dalle notifiche');
    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.

  6. #76
    Join Date
    Mar 2009
    Location
    Italy
    Posts
    155
    Plugin Contributions
    0

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

    Quote Originally Posted by DivaVocals View Post
    Can someone kindly provide the English translations for the missing definitions please..
    Here it is:

    define('BACK_IN_STOCK_MAIL_TOP', '<br/>thank You for your interest in: ');
    define('BACK_IN_STOCK_MAIL_MAIN', '<br/><br/>The product has been added to the Back in Stock notification list, You will be notified when it is available again<br/>');
    define('BACK_IN_STOCK_MAIL_BOTTOM', 'Please answer this mail if You have any question');
    define('BACK_IN_STOCK_MAIL_GREETING', '<br/>Dear ');
    define('BACK_IN_STOCK_MAIL_CANCEL', 'To check your notification list click here: ');
    define('BACK_IN_STOCK_MAIL_STATUS', ' - notification from ');
    define('BACK_IN_STOCK_MAIL_AVAILABLE', '<br/><br/>The item is available!');
    define('BACK_IN_STOCK_MAIL_BACK', ' is again available on ');
    define('BACK_IN_STOCK_MAIL_SENT', 'Email sent to: ');
    define('BACK_IN_STOCK_MAIL_MANY', 'Please execute again');
    define('BACK_IN_STOCK_MAIL_NONOTIFY', 'This article has been removed from the notification list');

  7. #77
    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 izar74 View Post
    Here it is:

    define('BACK_IN_STOCK_MAIL_TOP', '<br/>thank You for your interest in: ');
    define('BACK_IN_STOCK_MAIL_MAIN', '<br/><br/>The product has been added to the Back in Stock notification list, You will be notified when it is available again<br/>');
    define('BACK_IN_STOCK_MAIL_BOTTOM', 'Please answer this mail if You have any question');
    define('BACK_IN_STOCK_MAIL_GREETING', '<br/>Dear ');
    define('BACK_IN_STOCK_MAIL_CANCEL', 'To check your notification list click here: ');
    define('BACK_IN_STOCK_MAIL_STATUS', ' - notification from ');
    define('BACK_IN_STOCK_MAIL_AVAILABLE', '<br/><br/>The item is available!');
    define('BACK_IN_STOCK_MAIL_BACK', ' is again available on ');
    define('BACK_IN_STOCK_MAIL_SENT', 'Email sent to: ');
    define('BACK_IN_STOCK_MAIL_MANY', 'Please execute again');
    define('BACK_IN_STOCK_MAIL_NONOTIFY', 'This article has been removed from the notification list');
    Thanks.. You are the BEST!!
    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.

  8. #78
    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 DivaVocals View Post
    Thanks.. You are the BEST!!
    Those additional defines are added in 4.3.1 submitted for moderation earlier in the week.

  9. #79
    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
    Those additional defines are added in 4.3.1 submitted for moderation earlier in the week.
    Yes I understand.. My client's site is live NOW so I needed them pretty quickly and couldn't wait for the approval.. Since I couldn't test properly on my dev site due to the HTTPS thing, I wasn't fully aware that quite this many defines were missing.. I'm glad that izar74 had already identified (and SHARED) them and their English translation..
    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.

  10. #80
    Join Date
    Jun 2006
    Posts
    298
    Plugin Contributions
    0

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

    Having difficulties getting this plugin to work properly. It subscribes fine and sends out a confirmation email. When I run the cron file, it says it is sending out notifications, but it doesn't send them. It marks the date in the database as 1899-11-30 00:00:00 for some, but others it leaves null. I'm not sure what the heck is going on. I need it to send out a notification when a product is changed from <=0 quantity to >1 quantity.

 

 
Page 8 of 15 FirstFirst ... 678910 ... 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