Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I must be nutz! Cant Add State


FastEddy

Recommended Posts

Posted

After searching over 20 pages of posts on how to add State / Provence to the sign-up page I'm missing something.

 

Everything I read says to change Configuration>>Customer Details in the admin.

I CANT FIND CUSTOMER DETAILS IN ADMIN! Errrrrrr.

Sorry for yelling.

 

osCommerce 2.2-MS2

 

Help!

-Ed

Posted

LOL...that must be your actual photo on the left then I assume? ;) Ok, go to your admin panel..not Cpanel, not the file editor...you know the place where you can add products and all of that. Usually something like www.yoursite.com/catalog/admin or similar. You get the big blue box that says "Choose an action" and has all of that fine stuff listed underneath. Click on the big letters that say "Configuration". Next in the left hand column..ya know the opposite of the right hand column, click on "Customer Details". State should be the 5th one down on the list....change it to true! :D HTH

Posted

Sumpin tells me you are not using OSC2.2 MS2 as there should be a whole lot more in that column that is not there. In that case, since it looks to be an OLD version go to your CPanel, File Manager etc. and open up the file catalog/includes/application_top.php for editing (at least I think that is where it used to be) and search for "state" you should come accross a section that has a true/false section to it dealing with display state so set it to true. Just for kicks look at the date of the application_top.php file at the top and see what it says to get an idea of just what version of OSC you are using. I am thinking pre-MS1. HTH

Posted

Im in the Twilight zone Here

On the top it says V1 2003 and down a bit its says V2.

I guess I need to wipe it out and get a clean V.

 

Thanks For your Help.

 

<?php
/*
 $Id: application_top.php,v 1.280 2003/07/12 09:38:07 hpdl Exp $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 2003 osCommerce

 Released under the GNU General Public License
*/

// start the timer for the page parse time log
 define('PAGE_PARSE_START_TIME', microtime());

// set the level of error reporting
 error_reporting(E_ALL & ~E_NOTICE);

// check if register_globals is enabled.
// since this is a temporary measure this message is hardcoded. The requirement will be removed before 2.2 is finalized.
 if (function_exists('ini_get')) {
   ini_get('register_globals') or exit('FATAL ERROR: register_globals is disabled in php.ini, please enable it!');
 }

// Set the local configuration parameters - mainly for developers
 if (file_exists('includes/local/configure.php')) include('includes/local/configure.php');

// include server parameters
 require('includes/configure.php');

 if (strlen(DB_SERVER) < 1) {
   if (is_dir('install')) {
     header('Location: install/index.php');
   }
 }

// define the project version
 define('PROJECT_VERSION', 'osCommerce 2.2-MS2');

Archived

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

×
×
  • Create New...