Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Post Code to Zip Code


Muffin_LA

Recommended Posts

Posted

Can anyone help me please?

 

I have been searching but can't find the right place to change the POST CODE in the address to ZIP CODE.

 

Any help would be greatly appreciated. I have been searching the forum also but nothing tells me the path to take.

 

Thanks

Posted
Can anyone help me please?

 

I have been searching but can't find the right place to change the POST CODE in the address to ZIP CODE. 

 

Any help would be greatly appreciated.  I have been searching the forum also but nothing tells me the path to take.

 

Thanks

 

 

language dependant ----> language files

Treasurer MFC

Posted
language dependant ----> language files

 

 

I am still pretty new to this. Could you tell me how to get to the right file?

I have been looking in the english files and none of the address files show the POST CODE.

 

Thanks

Posted
I am still pretty new to this.  Could you tell me how to get to the right file?

I have been looking in the english files and none of the address files show the POST CODE.

 

Thanks

 

includes/languages/english.php

Treasurer MFC

Posted

In catalog/includes/languages/english.php

 

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

define('ENTRY_POST_CODE_ERROR', 'Your Post Code must contain a minimum of ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.');

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Posted
In catalog/includes/languages/english.php

 

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

define('ENTRY_POST_CODE_ERROR', 'Your Post Code must contain a minimum of ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.');

 

 

So you change each instance of the word Post to say the word Zip?

Posted

Yes, in stead of Post Code it will say Zip Code

 

change like this:

 

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

 

don't change this: ENTRY_POST_CODE change only what's after the comma

Forum search

Contributions search

Documentation search (note: docs being adapted for MS3, may be different for MS2)

3 tips for better forum searching

 

Want to post? Read this first:

osCommerce for dummies

Topic name etiquette

 

Basics:

Basics for design

Right syntax to use near '-20, 20'

Cannot re-assign $this

Parse error

Posted

Thank you everyone for your help. I really appreciate it!!

 

Yes, in stead of Post Code it will say Zip Code

 

change like this:

 

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

 

don't change this: ENTRY_POST_CODE change only what's after the comma

Archived

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

×
×
  • Create New...