This is a discussion on Store Configuration list box in admin section within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; I would like to comment-out some features in the Store configuration box but cannot find where the list of features ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| I would like to comment-out some features in the Store configuration box but cannot find where the list of features is located. I have looked in admin/configuration and also admin/includes/boxes/configuration.php with no luck. Can some help me here? Thanks |
| Sponsored Links | ||
| ||
|
#2
| |||
| |||
| look at the table->configuration_group, field->visible dictates the information being displayed under config box in the admin side; the query for the same is in admin/includes/boxes/configuration.php: Code: $configuration_groups_query = tep_db_query("select configuration_group_id as cgID, configuration_group_title as cgTitle from " . TABLE_CONFIGURATION_GROUP . " where visible = '1' order by sort_order");
|
|
#3
| |||
| |||
| Excellent!!!!!!!!!! It worked!!! |
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Admin configuration | nas | osCommerce 2.2 Installation Help | 2 | 12-19-2004 03:05 PM |
| can't login to admin section | digitalmelody | osCommerce 2.2 Installation Help | 0 | 10-22-2004 02:04 AM |
| Admin Configuration Page Error..... | ProjectShadow | osCMax v1.7 Discussion | 4 | 09-27-2004 09:57 PM |
| using just the admin section | shaytaan | osCMax v1.7 Installation | 0 | 09-02-2004 01:00 PM |