Admin - Configuration - Customer Details - Account Gender - Admin

From Zen Cart(tm) Wiki

Revision as of 12:45, 27 August 2006 by Allcanadiansearch.ca (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Menu: Admin - Configuration - Customer Details - Account Gender - Admin


/path/to/your/shop/admin/customers.php

Line #215 : if (ACCOUNT_GENDER == 'true') $sql_data_array['customers_gender'] = $customers_gender;

Line #351 : <?php if (ACCOUNT_GENDER == 'true') { ?>

Line #478 : if (ACCOUNT_GENDER == 'true') {


/path/to/your/shop/admin/email_welcome.php

Line #43 : if (ACCOUNT_GENDER == 'true') {