Admin - Configuration - Customer Details - Customers Approval - Catalog
From Zen Cart(tm) Wiki
Menu: Admin - Configuration - Customer Details - Customers Approval - Catalog
/path/to/your/shop/includes/functions/functions_general.php
| Line #1080 : case (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == ''):
Line #1085 : case (CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == ''):
|
/path/to/your/shop/includes/functions/functions_lookups.php
| Line #701 : case (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == ''):
Line #705 : case (CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == ''):
|
/path/to/your/shop/includes/functions/functions_prices.php
| Line #159 : case (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == ''):
Line #163 : case (CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == ''):
|
/path/to/your/shop/includes/init_includes/init_customer_auth.php
| Line #50 : case (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == ''):
Line #63 : case (CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == ''): |
/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/modules/products_quantity_discounts.php
| Line #20 : case (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == ''):
Line #25 : case (CUSTOMERS_APPROVAL == '2' and $_SESSION['customer_id'] == ''):
|
/path/to/your/shop/includes/templates/template_default/common/tpl_main_page.php
| Line #74 : if (COLUMN_LEFT_STATUS == 0 or (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '')) {
Line #127 : if (COLUMN_RIGHT_STATUS == 0 or (CUSTOMERS_APPROVAL == '1' and $_SESSION['customer_id'] == '')) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_document_general_info_display.php
| Line #88 : if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
Line #111 : <?php } // CUSTOMERS_APPROVAL == 3 ?> |
/path/to/your/shop/includes/templates/template_default/templates/tpl_document_product_info_display.php
| Line #88 : if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
Line #111 : <?php } // CUSTOMERS_APPROVAL == 3 ?> |
/path/to/your/shop/includes/templates/template_default/templates/tpl_product_free_shipping_info_display.php
| Line #88 : if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
Line #111 : <?php } // CUSTOMERS_APPROVAL == 3 ?> |
/path/to/your/shop/includes/templates/template_default/templates/tpl_product_info_display.php
| Line #89 : if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
Line #112 : <?php } // CUSTOMERS_APPROVAL == 3 ?> |
/path/to/your/shop/includes/templates/template_default/templates/tpl_product_music_info_display.php
| Line #88 : if (CUSTOMERS_APPROVAL == 3 and TEXT_LOGIN_FOR_PRICE_BUTTON_REPLACE_SHOWROOM == '') {
Line #111 : <?php } // CUSTOMERS_APPROVAL == 3 ?> |
