Admin - Configuration - Customer Details - Account Newsletter Status - Catalog
From Zen Cart(tm) Wiki
Revision as of 12:57, 27 August 2006 by Allcanadiansearch.ca (Talk | contribs)
Menu: Admin - Configuration - Customer Details - Account Newsletter Status - Catalog
/path/to/your/shop/includes/templates/template_default/templates/tpl_modules_create_account.php
| Line #171 : if (ACCOUNT_NEWSLETTER_STATUS != 0) {
Line #173 : <?php echo zen_draw_checkbox_field('newsletter', '1', (ACCOUNT_NEWSLETTER_STATUS == '1' ? false : true), '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>': ''); ?> |