vikal Posted July 29, 2008 Posted July 29, 2008 can anyone inform me where these things are defined.. ACCOUNT_GENDER, ACCOUNT_DOB, ACCOUNT_STATE please tell me filename ok
germ Posted July 30, 2008 Posted July 30, 2008 They're defined in the DB: insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('62', 'Gender', 'ACCOUNT_GENDER', 'true', 'Display gender in the customers account', '5', '1', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('63', 'Date of Birth', 'ACCOUNT_DOB', 'true', 'Display date of birth in the customers account', '5', '2', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('66', 'State', 'ACCOUNT_STATE', 'true', 'Display state in the customers account', '5', '5', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); (From a DB backup) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
vikal Posted July 30, 2008 Author Posted July 30, 2008 They're defined in the DB: insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('62', 'Gender', 'ACCOUNT_GENDER', 'true', 'Display gender in the customers account', '5', '1', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('63', 'Date of Birth', 'ACCOUNT_DOB', 'true', 'Display date of birth in the customers account', '5', '2', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); insert into configuration (configuration_id, configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, last_modified, date_added, use_function, set_function) values ('66', 'State', 'ACCOUNT_STATE', 'true', 'Display state in the customers account', '5', '5', NULL, '2007-04-05 17:45:21', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),'); (From a DB backup) hi really thank you so much best regards vikal
Recommended Posts
Archived
This topic is now archived and is closed to further replies.