osCmax v2.5 User Manual
Results 1 to 3 of 3

Store Configuration list box in admin section

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 ...

      
  1. #1
    dcc
    dcc is offline
    New Member
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    12
    Rep Power
    0


    Default Store Configuration list box in admin section

    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

  2. #2
    Active Member
    Join Date
    May 2003
    Posts
    148
    Rep Power
    0


    Default

    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");
    A friendly comment, the oscomm dB is the closet your gonna get with relational dB's with php & mysql, so make backups before making changes; make 1 change at a time n look for its effects on the functioning of the cart.

  3. #3
    dcc
    dcc is offline
    New Member
    Join Date
    Apr 2004
    Location
    Montreal
    Posts
    12
    Rep Power
    0


    Default It worked!!!!!!!!!

    Excellent!!!!!!!!!! It worked!!!

Similar Threads

  1. Admin configuration
    By nas in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 12-19-2004, 03:05 PM
  2. can't login to admin section
    By digitalmelody in forum osCommerce 2.2 Installation Help
    Replies: 0
    Last Post: 10-22-2004, 02:04 AM
  3. Admin Configuration Page Error.....
    By ProjectShadow in forum osCmax v1.7 Discussion
    Replies: 4
    Last Post: 09-27-2004, 09:57 PM
  4. using just the admin section
    By shaytaan in forum osCMax v1.7 Installation
    Replies: 0
    Last Post: 09-02-2004, 01:00 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •