Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Non-cart Pages - How?


eglwolf

Recommended Posts

Dunno about creating non cart pages, other then just make a new page like any other webpage, but Register Globals disbabled is another story. If your host has globals shut down, which seems to be a growing trend, you need to create a php.ini file.

 

Step 1. Create a new text file and rename to php.ini (not .txt) It will then change to an ini file, which can still be editted by notepad.

 

Step 2. Type into the php.ini file: register_globals = On

 

Step 3. Save file and upload to all primary directories of your cart/site. Main directory, admin, etc.

 

This will turn you globals on, but not the host server itself.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...