Admin - Configuration - My Store - Store Status - Catalog
Menu: Admin - Configuration - My Store - Store Status - Catalog
/path/to/your/shop/includes/functions/functions_general.php
| Line #1121 : if (STORE_STATUS != '0') { |
/path/to/your/shop/includes/functions/functions_lookups.php
| Line #697 : case (STORE_STATUS >= 1):
Line #734 : if (!(CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == '') and !((CUSTOMERS_APPROVAL_AUTHORIZATION > 0 and CUSTOMERS_APPROVAL_AUTHORIZATION < 3) and ($_SESSION['customers_authorization'] > '0' or $_SESSION['customer_id'] == '')) and STORE_STATUS != 1) { |
/path/to/your/shop/includes/functions/functions_prices.php
| Line #185 : if (STORE_STATUS != '0') {
Line #186 : if (STORE_STATUS == '1') { |
/path/to/your/shop/includes/languages/english/index.php
| Line #12 : if (STORE_STATUS == '0') { |
/path/to/your/shop/includes/modules/attributes.php
| Line #105 : if (((CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == '') or (STORE_STATUS == '1')) or ((CUSTOMERS_APPROVAL_AUTHORIZATION == '1' or CUSTOMERS_APPROVAL_AUTHORIZATION == '2') and $_SESSION['customers_authorization'] == '') or (CUSTOMERS_APPROVAL == '2' and $_SESSION['customers_authorization'] == '2') or (CUSTOMERS_APPROVAL_AUTHORIZATION == '2' and $_SESSION['customers_authorization'] != 0) ) { |
/path/to/your/shop/includes/templates/classic/common/tpl_header.php
| Line #37 : if (STORE_STATUS == '0') { |
/path/to/your/shop/includes/templates/template_default/common/tpl_header.php
| Line #52 : if (STORE_STATUS == '0') { |