Page 4 of 51 FirstFirst ... 2345614 ... LastLast
Results 31 to 40 of 510
  1. #31
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by chalfontgifts View Post
    In my previous post I was referring to customers that do not have or create an account. Is there a way for them to unsubscribe.
    Sorry, I misread your post because the links you gave me are only presented to those who have an account.

    I think you must have made a mistake when testing the module and used an e-mail address which is signed up to your site.

    If you subscribe to a Back In Stock Notification List with an e-mail address that is not registered with your site then the link in the e-mail will go to an "unsubscribe" page, and the subscriber will have a code they can enter if they didn't use the automatic link.

    I have tested this on your site and it works exactly as it should - try it again with another e-mail address and you shall see! :)

    Glad I could help! :)

    All the best...

    Conor

  2. #32
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by Sudakoma View Post
    Ok, I made the changes you posted and ran the script but it made no difference, there are still no options displaying to enable it.
    Okay, there's something wrong with your server then.

    Please send me some admin account details and if you have PHPMyAdmin/control panel software, details for that as well and I'll take a look (set up a temporary account which you can delete once I've got things fixed for you).

    You can send these to me by using the following form:

    ttp://dev.ceon.net/contact_us

    All the best...

    Conor

  3. #33
    Join Date
    Jul 2006
    Posts
    90
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Details sent, thanks.

  4. #34
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Conor,
    Great tool! Thanks for taking the time to work it out. I use something very similar on my osC store with the flaw that one must be registered and logged in to use it. This will be a huge improvement! I've installed it on my test zen store and it appears to function perfectly.
    I have just 1 concern. When we take seasonal inventory, our update from sold out can be considerable. The way we're configured in our current store, notice is sent the instant stock goes from 0 to >0 on each item. Therefore, only a few dozen emails are launched at any moment. If I hit the button with hundreds of emails in the queue, it could be flagged as spam at the receiving end. Is there something to modulate the transmission interval of the emails? (I know my newsletter program does that, but I don't know how)

    By the way, for anyone wondering if this tool is a good idea, you should know that it's just about at the top of my priority list for migrating to zen. It's huge! It generates a huge spike in sales when we do seasonals and the residual sales continue for days.

  5. #35
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Just sent a couple of pints your way. Thanks again!

  6. #36
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,


    Quote Originally Posted by brushwoodnursery View Post
    notice is sent the instant stock goes from 0 to >0 on each item. Therefore, only a few dozen emails are launched at any moment.
    The system won't e-mail the same person more than once when you click the "send" button, no matter how many products they've asked to be notified are back in stock. It combines all of an individual's notifications into one e-mail, specifically to avoid any issues with spam.

    Quote Originally Posted by brushwoodnursery View Post
    If I hit the button with hundreds of emails in the queue, it could be flagged as spam at the receiving end. Is there something to modulate the transmission interval of the emails? (I know my newsletter program does that, but I don't know how)
    I guess if you're a victim of your own success somewhat ( ;) ) - in that you might be e-mailing lots of people at the same server/ISP - it would be handy to limit the number of e-mails going out at once.

    That would be interesting software to build in. What is this newsletter software you use, is it open source? (If so, please send a link).

    You could also set up a script which automatically runs the "send" routine every time you update a product (the script would check if the product's stock level has just changed).. it shouldn't be too resource intensive as it would normally have nothing to do as normally you wouldn't be just putting something back in stock.

    Quote Originally Posted by brushwoodnursery View Post
    Just sent a couple of pints your way. Thanks again!
    Thanks very much indeed... it's great to find that people like the software and it will be very nice indeed to have a drink on you this weekend to celebrate! ;)

    All the best...

    Conor

  7. #37
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,

    I guess if you're a victim of your own success somewhat ( ;) ) - in that you might be e-mailing lots of people at the same server/ISP - it would be handy to limit the number of e-mails going out at once.

    That would be interesting software to build in. What is this newsletter software you use, is it open source? (If so, please send a link).

    Thanks very much indeed... it's great to find that people like the software and it will be very nice indeed to have a drink on you this weekend to celebrate! ;)

    All the best...

    Conor
    Yes, it's been almost 10 years of hard work and it's going well. The newsletter program is phplist. Free and open source! They call it domain throttling. It slows transmission of the emails per domain so you don't get flagged as spam. I'm using an older version. I believe it's gotten better over the last few years. The newsletter feature on zen is on my list to investigate. If it isn't robust, I'll load a fresh phplist to the new store. Unfortunately, I'm not good enough with code to fully integrate it. I had promised to teach myself but have never gotten further than mucking around with it and occasionally getting lucky.
    If you can slow the transmission of the messages, that would be great! For stock notifications, it wouldn't have to be by domain; just general. Something simple like 1 every 8 seconds would be fine. By the way, combining the list into one email per customer is really nice. Currently they get 1 per item and I think that's triggering some spam filters, too.

    Cheers!
    --Dan

  8. #38
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Back In Stock Notifications

    Hi,

    Quote Originally Posted by brushwoodnursery View Post
    The newsletter program is phplist.
    Okay, I'll take a look and see how easy/hard integrating this limiting would be.

    Quote Originally Posted by brushwoodnursery View Post
    I had promised to teach myself but have never gotten further than mucking around with it and occasionally getting lucky.
    There's a lot of people like that... it is fun to learn though so I do recommend going "the whole way" and learning PHP programming properly, it can give a lot of satisfaction as programming is a very creative activity!

    Quote Originally Posted by brushwoodnursery View Post
    Currently they get 1 per item and I think that's triggering some spam filters, too.
    Not with the current version of the module from Ceon? That should only send one e-mail per customer, regardless of how many notifications they are receiving when the "send" command is run.

    Or are you talking about some other software you were previously using?

    All the best...

    Conor

  9. #39
    Join Date
    Dec 2006
    Posts
    199
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Quote Originally Posted by conor View Post
    Hi,


    Not with the current version of the module from Ceon?

    Or are you talking about some other software you were previously using?
    Conor
    Yes, sorry. I'm bouncing back and forth. When I say currently, I'm referring to my product stock notification system on my current osC store. It's live and has served me reasonably well for the last few years but it's time to move on. My zen cart is in development now.

  10. #40
    Join Date
    Jun 2007
    Posts
    122
    Plugin Contributions
    0

    Default Re: Back In Stock Notifications

    Hi Conor

    Please can you give me some guidance as to why the layout is all over the place on the link below and other products
    that are out of stock.

    http://www.lozer.co.uk/shop/index.ph...ducts_id=16790

    The text for the out of stock notification seems to break out of its own area.

    This maybe a problem with something I have done during installation.

    Regards
    Laurie

 

 
Page 4 of 51 FirstFirst ... 2345614 ... 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: 146
    Last Post: 13 Dec 2020, 09:52 AM
  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