Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Why is this so hard!!


Guest

Recommended Posts

Posted

I have read several posts and still I cant figure this out.

 

All I want to do is change the word 'Post Code' in the order_info.php page

to read 'zip code'

 

There has got to be an easy way!!

Posted

I did a search for "Post Code". It looks like you would simply replace "Post Code" by "Zip Code" in the following places:

 

File adminincludeslanguagesenglish.php:

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

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

 

File adminincludeslanguagesenglishorders.php:

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

 

File catalogincludeslanguagesenglish.php:

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

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

Archived

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

×
×
  • Create New...