Results 1 to 10 of 11

Hybrid View

  1. #1
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Show Newsletter Checkbox not displaying with COWOA addon

    I'm using ZC 1.38A w/ COWOA. I've tried using the ADMIN>CUSTOMER DETAILS>"Show Newsletter Checkbox" with 1 or 2 as settings. No matter what I have in admin this checkbox is not displayed.

    What file do I need change to make this checkbox appear?

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Tj,
    What do you have here?

    admin panel/ configuration/ email options/ Display "Newsletter Unsubscribe" Link

    1. true or false

  3. #3
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    It's False, but I did try it as True.

  4. #4
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Tj,
    may i see a link to the site???

  5. #5
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    I'll have to do some research on where that could be. Thanks.

  6. #6
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Figured it out...

    Took the following code from /includes/templates/template_default/templates/tpl_modules_create_account.php

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

    and added it to the tpl_modules_no_account.php file. Now the checkbox appears and I can control the default setting by the ADMIN>CUSTOMER DETAILS>"Show Newsletter Checkbox". Also confirmed that it is recording the checkbox results by reviewing the Customers table in the database.

  7. #7
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Sure. I have turned on the admin panel/ configuration/ email options/ Display "Newsletter Unsubscribe" to True and the ADMIN>CUSTOMER DETAILS>"Show Newsletter Checkbox" to 2.

    It is here

    I have tried it on a PC with IE and Firefox and a Mac Mini w/ Fire Fox. All appear the same.

  8. #8
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Tj,
    Your site does not require a customer to log in before they purchase. If you require this, you will notice the newsletter subscribe box at the bottom, and you half turned off your sideboxes for the unsubcribe to show up..

    I believe there is a mod in the Free Software Add Ons, that might benefit you so a customer who is not required to log on to your site can sign up for a newsletter

  9. #9
    Join Date
    Feb 2008
    Location
    Illinois
    Posts
    54
    Plugin Contributions
    0

    Default Re: Show Newsletter Checkbox not displaying

    Thanks for taking a look. Yes I have it setup with the COWOA module, so the logon process is bypassed. I will take a look at your suggestion in the downloads area.

 

 

Similar Threads

  1. COWOA question: Dim Form Elements if Checkbox = True
    By Inxie in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 5 Oct 2012, 05:38 AM
  2. COWOA causing problems with GV & Newsletter
    By mancaveplus in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 29 Nov 2011, 08:03 AM
  3. checkbox attribute not displaying
    By valvoj in forum General Questions
    Replies: 7
    Last Post: 10 Sep 2010, 03:08 AM
  4. HTML Emails not working with COWOA addon
    By philip937 in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 3 Sep 2010, 02:58 AM
  5. Replies: 8
    Last Post: 6 Oct 2009, 09:38 PM

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