Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    1,812
    Plugin Contributions
    5

    Default Auto-unsubscribe banned customers ?

    My client runs a wholesale store. Customers are manually approved or banned by the store owner.

    When my client sets a customer's status to 'banned' she keeps forgetting to check if this person is subscribed to her newsletter during the registration process.

    The result is that 'banned' customers still receive a newsletter if they signed up to the n/l during the registration process - they are still being kept 'in the loop' which is not desirable.

    Is there a way to automatically set the newsletter subscription to 'unsubscribed' as soon as a person is manually banned?

    I guess it could be done via a script that periodically (invoked by cron job) checks something like

    >> if customer banned then set newsletter to unsubscribed <<

    Any input is appreciated.

    Thanks / Frank
    Frank's Stores (Fair Dinkum Australian):
    iSO Network | frNT Online Dispensary

  2. #2
    Join Date
    Nov 2007
    Location
    Sunny Coast, Australia
    Posts
    1,812
    Plugin Contributions
    5

    Default Re: Auto-unsubscribe banned customers ?

    Ran this query in phpMyAdmin and fixed the problem manually:

    Code:
    UPDATE `zen_customers` SET `customers_newsletter`= 0 WHERE customers_authorization = 4
    Next step is to create a php script and run it periodically via cron.

    All good
    Frank's Stores (Fair Dinkum Australian):
    iSO Network | frNT Online Dispensary

 

 

Similar Threads

  1. Where do my customers unsubscribe?
    By brandon in forum General Questions
    Replies: 1
    Last Post: 26 Mar 2011, 01:34 PM
  2. Remove unsubscribe button from unsubscribe page
    By IA7X ShadowsI in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 23 Oct 2010, 08:30 PM
  3. Auto message customers
    By Nordenfor in forum General Questions
    Replies: 3
    Last Post: 14 Sep 2010, 05:45 PM
  4. SQL to unsubscribe all customers?
    By LissaE in forum Creating Discounts/Coupons, Gift Certificates, Newsletters
    Replies: 2
    Last Post: 28 Jun 2010, 08:52 PM
  5. Is there a way for customers to do a one click unsubscribe?
    By linnx in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 25 Oct 2009, 07:20 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
  •