Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change "Post Code" to "Zip Code"


alougher

Recommended Posts

Posted

Are you referring to the name? ie do you want to change it from...

 

please enter your 'Post Code' to...

please enter your 'Zip Code'

 

This is easily done...

for every language file that you have in catalogincludeslanguages for example english.php.. you just need to change where it says post code to zip code... (being careful not to replace any definitions), there are some error messagers that you would want to change to say zipcode as well.. but it is all in these files.

 

line 196... is the main one for you

 

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

 

change it to

 

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

Archived

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

×
×
  • Create New...