Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 2006
    Location
    Melbourne, Australia
    Posts
    30
    Plugin Contributions
    0

    Default Newsletter subscription defaults to "On"

    I recently upgraded to zc 1.3.8 and I have just noticed that all new customers, since the upgrade, are subscribed to the newsletter. We do not use newsletters and I do not give new customers the option to subscribe to a newsletter.

    I did a dummy sign up which also defaulted to the "subscribed" option.

    The option in "admin > confuguration > customer details > Show Newsletter Checkbox" is set to '0' and always has been.

    I'm not sure if this is a problem with 1.3.8 or if I have made an error in the upgrade process. Does anybody else have the same issue?

  2. #2
    Join Date
    Aug 2006
    Location
    Melbourne, Australia
    Posts
    30
    Plugin Contributions
    0

    Default Re: Newsletter subscription defaults to "On"

    Customers are no longer automatically subscribed if I make the following change:

    In /includes/modules/create_account.php.

    Change line 28 from:
    PHP Code:
     $newsletter = (ACCOUNT_NEWSLETTER_STATUS == '1' false true); 
    to:
    PHP Code:
     $newsletter = (ACCOUNT_NEWSLETTER_STATUS == '0' false true); 
    Should I make this change permanent or am I missing something?

  3. #3
    Join Date
    Aug 2006
    Location
    Melbourne, Australia
    Posts
    30
    Plugin Contributions
    0

    Default Re: Newsletter subscription defaults to "On"

    The following line also works.

    PHP Code:
    $newsletter = (ACCOUNT_NEWSLETTER_STATUS == '1' true false); 

 

 

Similar Threads

  1. Turn Off "Gift Certificate FAQ" & "Newsletter Unsubscribe" from Sidebox
    By DBB1 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 16 Sep 2010, 04:23 AM
  2. "Subscribe to Newsletter" ability when completing "Contact Us" form
    By dcitsolutions in forum General Questions
    Replies: 2
    Last Post: 27 Apr 2010, 01:38 AM
  3. add "newsletter subscription" to the header
    By runoka in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 27 May 2008, 05:58 PM
  4. "Limit to Category" in Advanced Search defaults to subcateogry
    By lukemcr in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 11 Mar 2007, 04: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