Re: A few questions...
Daemonj <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.features |
|---|---|
| Message-ID | <950bd254842c772977c14a62c23c9398@osCommerce-Forums> |
This message was sent from: Features http://forums.oscommerce.com/viewtopic.php?p=172719#172719 ---------------------------------------------------------------- [quote="realjsk"]For OSC 2.2CVS, 1- Once in the administration section, how to logoff? I don't see any logoff button in the administration section.[/quote] By default, osC does not have a login/logoff feature for the Admin panel. If you install one of the admin access contributions, then you will have a login/logoff process. [quote="realjsk"]2- How to remove the following boxes: Manufacturers, Languages, Currencies, and Reviews?[/quote] In the catalog/includes folder edit the column_left.php and column_right.php files. [quote="realjsk"]3- I only ship to within the U.S.A. Is there a fast way to remove (or disable) the other list of countries/zones that originally came with OSC?[/quote] In PHPMyAdmin, execute [code]delete from countries where countries_id <> 223[/code]