Admin - Configuration - Customer Details - Customers Products Notification Status - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Customer Details - Customers Products Notification Status - Catalog
/path/to/your/shop/includes/modules/pages/checkout_success/header_php.php
| Line #86 : $flag_show_products_notification = (CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS == '1' and sizeof($notificationsArray)>0 and $flag_global_notifications != '1') ? true : false ; |
/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 #75 : if (CUSTOMERS_PRODUCTS_NOTIFICATION_STATUS == '1') { |
