Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

files with ACCOUNT_GENDER, ACCOUNT_DOB, ACCOUNT_STATE


vikal

Recommended Posts

Posted

can anyone inform me where these things are defined..

 

ACCOUNT_GENDER, ACCOUNT_DOB, ACCOUNT_STATE

 

please tell me filename ok

Posted

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 >

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...