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?
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?
Tj,
What do you have here?
admin panel/ configuration/ email options/ Display "Newsletter Unsubscribe" Link
- true or false
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
It's False, but I did try it as True.
Tj,
may i see a link to the site???
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
I'll have to do some research on where that could be. Thanks.
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.
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.
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
Are You Vulnerable for an Accessibility Lawsuit?
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL, Domain, and MagicThumb with semi-annual and longer hosting
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.