Admin - Configuration - Customer Details - Customers Referral Status - Catalog
From Zen Cart(tm) Wiki
Revision as of 13:10, 27 August 2006 by Allcanadiansearch.ca (Talk | contribs)
Menu: Admin - Configuration - Customer Details - Customers Referral Status - Catalog
/path/to/your/shop/includes/modules/create_account.php
| Line #298 : if ((CUSTOMERS_REFERRAL_STATUS == '2' and $customers_referral != '')) $sql_data_array['customers_referral'] = $customers_referral; |
/path/to/your/shop/includes/modules/pages/account_edit/header_php.php
| Line #29 : if (CUSTOMERS_REFERRAL_STATUS == '2' and $_POST['customers_referral'] != '') $customers_referral = zen_db_prepare_input($_POST['customers_referral']);
Line #109 : if ((CUSTOMERS_REFERRAL_STATUS == '2' and $customers_referral != '')) { |
/path/to/your/shop/includes/modules/pages/checkout_confirmation/header_php.php
| Line #119 : if ($customers_referral->fields['customers_referral'] == '' and CUSTOMERS_REFERRAL_STATUS == 1) { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_account_edit_default.php
| Line #64 : if (CUSTOMERS_REFERRAL_STATUS == 2 and $customers_referral == '') {
Line #72 : if (CUSTOMERS_REFERRAL_STATUS == 2 and $customers_referral == '') { |
/path/to/your/shop/includes/templates/template_default/templates/tpl_modules_create_account.php
| Line #182 : if (CUSTOMERS_REFERRAL_STATUS == 2) { |
