Admin - Configuration - My Store - Store Status - Admin
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - My Store - Store Status - Admin
/path/to/your/shop/admin/includes/attributes_preview.php
| Line #102 : if (((CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == '') or (STORE_STATUS == '1')) or (CUSTOMERS_APPROVAL_AUTHORIZATION == 2 and $_SESSION['customers_authorization'] != 0)) { |
/path/to/your/shop/admin/includes/functions/functions_prices.php
| Line #181 : if (STORE_STATUS != '0') {
Line #182 : if (STORE_STATUS == '1') { |
