Results 1 to 10 of 10
  1. #1
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    help question How to delete the "newsletter subscribe" box when logging in ?

    using zencart 1.3.7 ( I know I need to upgrade, will be done soon)

    Hi guys,

    is there a easy way to delete the newsletter subscribe box in the logging in online area ... the point is that I'm now using mailchimp so I'm gonna paste a link to a chimp form somwhere on my homepage.

    Thanks

    Aka

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    You can open tpl_modules_create_account.php, find this and remove the red part:

    <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 } ?>


    You'll also need to edit this define in english.php to remove the newsletter part:

    Line #616 : define('ENTRY_EMAIL_PREFERENCE','Newsletter and Email Details');

  3. #3
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    ...thanks, and I just thought about something else : can you tell me how to do if instead of displaying the newsletter checkbox I would like to display "Newsletter Subscription" and when people click on it it links to my maylchimp form directly.
    thanks

    Aka

  4. #4

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    Quote Originally Posted by Akasashasha View Post
    ...thanks, and I just thought about something else : can you tell me how to do if instead of displaying the newsletter checkbox I would like to display "Newsletter Subscription" and when people click on it it links to my maylchimp form directly.
    thanks

    Aka
    i am also intersted in this too:) thanks

  5. #5

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    Quote Originally Posted by stevesh View Post
    You can open [B]tpl_modules_create_account.php[/B
    can someone help me locate this file please? thanks:)

  6. #6
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    That file is in includes/templates/template_default/templates

    After editing it would go in includes/templates/YOUR_TEMPLATE_NAME/templates


    You could code a link (a href ...) around the same place in that file that linked to your form.

  7. #7

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    ok...i found the tpl_modules_create_account file, but can someone tell me where i can remove "newsletter unsubscribe" from my side bar?
    Attached Images Attached Images  

  8. #8
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    Admin - Configuration - Email Options

  9. #9

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    ok perfect. thank you.
    now i am trying to add another "define_page file" for that same side box. this is where i would like to put my newsletter subscription link. i see it in my zen admin back end, but it doesn't show up in my side bar in my store.. i hope that made sense? can someone help me get it to show up?

  10. #10
    Join Date
    Mar 2009
    Location
    France
    Posts
    158
    Plugin Contributions
    0

    Default Re: How to delete the "newsletter subscribe" box when logging in ?

    dears, I'm quit new to all this html language so woud someone be very kind and give me a step by step guide : how to access the file, which part to delete, what shall be paste instead ... ?
    thanks a lot

    Aka

 

 

Similar Threads

  1. How to make "Subscribe to Our Newsletter" checked by default?
    By AdaLovelace in forum General Questions
    Replies: 11
    Last Post: 29 Jul 2011, 12:10 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. How to have "subscribe to Our Newsletter" box ticked when you got to registration?
    By buxton1 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Feb 2010, 12:23 PM
  4. Where is the option to "Subscribe to a newsletter"?
    By rternier in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Jan 2010, 05:03 AM
  5. How can I check "Subscribe to Our Newsletter" by default?
    By John Vieth in forum General Questions
    Replies: 6
    Last Post: 4 Mar 2008, 11:45 AM

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