Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change zip to postcode!


Guest

Recommended Posts

Posted

I am going mad as I just cant find which file I change the reference from zip to postcode and state to county etc so its more UK! Can someone point me at the right place please!

Posted
I am going mad as I just cant find which file I change the reference from zip to postcode and state to county etc so its more UK! Can someone point me at the right place please!

 

\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.');
define('ENTRY_POST_CODE_TEXT', '*');
define('ENTRY_CITY', 'City:');
define('ENTRY_CITY_ERROR', 'Your City must contain a minimum of ' . ENTRY_CITY_MIN_LENGTH . ' characters.');
define('ENTRY_CITY_TEXT', '*');
define('ENTRY_STATE', 'State/Province:');

Best Regards,
Gaurav

Posted

thanks - thats so easy its scary - looking too hard, couldnt see the wood for the trees and all that!

Archived

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

×
×
  • Create New...