Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

SIGN UP PAGE


Guest

Recommended Posts

Hi guys

 

is there a fix for the sign up page i need only uk sign up details and not us.

 

from suburb and so on...

To make a county show up as default follow these instructions. They are for making the US default but all you have to do for the UK is substitiute 222 for the 223.

instructions

 

You can remove suburb by going to customer details in your admin section and making it false.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

anyone...

 

will i get errors by changing the create_account.php

Zip Code: >> Post Code

State/Province: >> County

You can very easily change those in your language files. I those are found in your english.php file look for:

 

define('ENTRY_POST_CODE', 'Post Code:');

 

define('ENTRY_STATE', 'State/Province:');

 

Just change them to whatever you want so you could turn state in to county by making it look like

 

define('ENTRY_STATE', 'County:');

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...