If you add the following link to your .htaccess file oscommerce will work fine. My .htaccess file consists of one line this.

php_flag register_globals on


put that in your .htaccess file and you will be able to run os commerce with register globals off in your php.ini

More...