Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replace state with county


vertmonkee

Recommended Posts

Posted

I have searched through the forum, lots, even found a few posts but none telling me what I need to know.

 

I want to change the State to County to make it UK specific.

 

I have been through all the files and simply replaced all occurence of state with county but that hasn't worked.

 

If anyone out there knows how to achieve this I will be grateful.

 

Many Thanks

  • 1 month later...
Posted

Hi,

 

I got this to work by editing catalog/includes/languages/english.php

 

replace:

define('ENTRY_STATE', 'State:');

 

with:

 

define('ENTRY_STATE', 'County:');

 

Hope this helps

Archived

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

×
×
  • Create New...