Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New Member Sign In Information


Oasisrar

Recommended Posts

Posted

Hello. I am trying to figure out a few things about the sign in information.

 

1) How do you change the order in which the sign in boxes located? Right now mine say "Street" then "Post Code" then "City" then "State". I want the zip code part to be after the state part.

 

2)How do I make the state box a drop down instead of a write in?

 

3)How do I change the titles of the "Street Address" "Post Code" Ect. (I want to make it say "Zip Code" or "Postal Code" instead of "Post Code". I tried to change it in create_account.php but it didn't take so I'm assuming it is located somewhere else.

 

 

Thanks a lot everyone! This is new for me and because of all the posts it hasn't been too frustrating!

Posted
1) How do you change the order in which the sign in boxes located? Right now mine say "Street" then "Post Code" then "City" then "State". I want the zip code part to be after the state part.

 

Near the bottom of the page that you want to edit you will see each part between a <tr> <td> section. Just move that section to where you want it. Don't forget the matching closing brackets.

 

2)How do I make the state box a drop down instead of a write in?

 

If you are selling to 1 or 2 countries then you can add them to your DB and change the code to actually display them. If you are selling to the entire world then you will need to add ALL the states/provinces/regions for every country in the world which will create a very long list. If that is the case it is better to remove them all and let the customer write in what ever they want in that field.

 

3)How do I change the titles of the "Street Address" "Post Code" Ect. (I want to make it say "Zip Code" or "Postal Code" instead of "Post Code". I tried to change it in create_account.php but it didn't take so I'm assuming it is located somewhere else.

 

I think it is in english.php in your languages folder.

  • 3 months later...

Archived

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

×
×
  • Create New...