Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2007
    Posts
    10
    Plugin Contributions
    0

    Default removing newsletter option from login page

    hello, I need to remove the newsletter sign up option from the page where a new customer signs up for an account. I went to configuration > customer details and turned the newsletter option off, but it still shows up on the log in page.

    Any ideas?

    Thank you!

    Scott Powell

  2. #2
    Join Date
    May 2005
    Posts
    139
    Plugin Contributions
    0

    Default Re: removing newsletter option from login page

    Go to --> includes/templates/template_default/templates/tpl_modules_create_account.php

    and remove the following code:

    Code:
    <fieldset>
    <legend><?php echo ENTRY_EMAIL_PREFERENCE; ?></legend>
    <?php
      if (ACCOUNT_NEWSLETTER_STATUS != 0) {
    ?>
    <?php echo zen_draw_checkbox_field('newsletter', '1', $newsletter, 'id="newsletter-checkbox"') . '<label class="checkboxLabel" for="newsletter-checkbox">' . ENTRY_NEWSLETTER . '</label>' . (zen_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="alert">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?>
    <br class="clearBoth" />
    <?php } ?>
    
    <?php echo zen_draw_radio_field('email_format', 'HTML', ($email_format == 'HTML' ? true : false),'id="email-format-html"') . '<label class="radioButtonLabel" for="email-format-html">' . ENTRY_EMAIL_HTML_DISPLAY . '</label>' .  zen_draw_radio_field('email_format', 'TEXT', ($email_format == 'TEXT' ? true : false), 'id="email-format-text"') . '<label class="radioButtonLabel" for="email-format-text">' . ENTRY_EMAIL_TEXT_DISPLAY . '</label>'; ?>
    <br class="clearBoth" />
    </fieldset>
    Kind Regards,
    Andrew

    $15 USD A Month Donor To Zen - Please Join The Other Donors

 

 

Similar Threads

  1. Removing the credit card option from payment page
    By halowarrior in forum General Questions
    Replies: 7
    Last Post: 29 Apr 2011, 03:27 PM
  2. Removing the verify your age box from the login page
    By azwli in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 1 May 2010, 08:41 AM
  3. Remove EXPRESS CHECKOUT option from login page?
    By TroyKristoffer in forum PayPal Express Checkout support
    Replies: 7
    Last Post: 12 Aug 2009, 06:50 PM
  4. removing items from LOGIN page
    By bkarnot in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 21 Sep 2007, 04:24 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