Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Postal Code to Zip Code


vndl

Recommended Posts

I am looking to change the wording of postal code into zip code since some of my customers are confused by it and I would prefer zip code does anyone know how to do this? Thanks for the help in advance!!!!

Link to comment
Share on other sites

I am looking to change the wording of postal code into zip code since some of my customers are confused by it and I would prefer zip code does anyone know how to do this? Thanks for the help in advance!!!!

catalog/includes/languages/english

about 2/3 of the way down the page -it says

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

 

you can change the text -Post Code- that is in upper and lower case, be careful not to erase any other parts!!!

Link to comment
Share on other sites

catalog/includes/languages/english

about 2/3 of the way down the page -it says 

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

 

you can change the text -Post Code- that is in upper and lower case, be careful not to erase any other parts!!!

 

What file is this in I have the directory but not sure which file!!!

Link to comment
Share on other sites

order_edit_english.php - 7.415 bytes - Wed, 25.08.04 at 20:30 - \admin\Includes\languages\

1.242 define('JS_POST_CODE', '* The \'Post Code\' entry must have at least ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.\n');

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

 

 

English.php - 20.694 bytes - Mon, 02.05.05 at 19:06 - \admin\Includes\languages\

8.446 define('JS_POST_CODE', '* The \'Post Code\' entry must have at least ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.\n');

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

 

 

english.php - 19.393 bytes - Thu, 05.02.04 at 06:30 - \catalog\Includes\languages\

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

 

These are three places that the Post Code occurs...all you need to is edit these files with wordpad or some text editor and only...only change

the expression 'Post Code:' to 'Zip Code:' and save the files.

Note that I am showing you the file name first and then the path of where they are located one is located on the catalog side and the other

two on the admin side. Hope this helps

Roman

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...