Admin - Configuration - E-Mail Options - Show Newsletter Unsubscribe Link - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - E-Mail Options - Show Newsletter Unsubscribe Link - Catalog
/path/to/your/shop/includes/modules/sideboxes/information.php
| Line #46 : if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_account_default.php
| Line #65 : if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK !='false' or CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS !='0') {
Line #69 : if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK=='true') { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_site_map_default.php
| Line #62 : <?php if (SHOW_NEWSLETTER_UNSUBSCRIBE_LINK == 'true') { ?> |