Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 7 of 7

Thread: Allow customers to subscribe to new products

  1. #1
    toofast is offline Senior Member
    Join Date
    Dec 2005
    Location
    Cherry Hill, NJ, USA
    Posts
    239

    Default Allow customers to subscribe to new products

    any way to setup a subscription box that allows customers to enter their email address and it will subscribe them to new product listings via email?

    that would be pretty awesome add-on!

  2. #2
    toofast is offline Senior Member
    Join Date
    Dec 2005
    Location
    Cherry Hill, NJ, USA
    Posts
    239

    Default

    anyone know if this is possible?

  3. #3
    ROBB is offline Senior Member
    Join Date
    Jun 2011
    Location
    United States
    Posts
    107

    Default New product notification

    Yes, this is possible.

    - Client sign's up for notification
    - Auto notification tool generates email based off of a template, and fills in dynamic elements (name, products)

    To consider:
    - Will clients be notified instantly (as soon as a new product is published)? Or will they be given a periodic summary - i.e. " the new products we released this week " - over the course of a given amount of time.

  4. #4
    toofast is offline Senior Member
    Join Date
    Dec 2005
    Location
    Cherry Hill, NJ, USA
    Posts
    239

    Default

    what is the "Auto notification tool"....is that something that is included with adnsf?

  5. #5
    webopius is offline Senior Member
    Join Date
    Nov 2008
    Location
    London, UK
    Posts
    440

    Default

    This sounds like a nice add-on, I might have a go at writing this if I get time.

    How I'd approach it?

    - Write an XMLpackage template for the customer's email content
    - Write a stored proc to extract all new products created since the last time the module ran
    - Write an .aspx page to run the stored proc, extract the list of new products and use the XMLPackage to email it to all subscribers
    - Use the Windows task scheduler to run the above page every week

  6. #6
    toofast is offline Senior Member
    Join Date
    Dec 2005
    Location
    Cherry Hill, NJ, USA
    Posts
    239

    Default

    let me know if anyone creates this add-on. i'll buy it.

  7. #7
    ROBB is offline Senior Member
    Join Date
    Jun 2011
    Location
    United States
    Posts
    107

    Default New Product Email Notification

    For any one visiting this thread, the add-on was developed for toofast. Contact me for more info.
    Last edited by ROBB; 05-28-2012 at 09:50 PM.