prazim Posted August 8, 2008 Share Posted August 8, 2008 I can't find which php file I need to edit to rename the field "post code" to zipcode. Autofill doesn't recognize the term "post code" and it isn't the term typically used in the US for postal code. many thanks, Sue Link to comment Share on other sites More sharing options...
speed777 Posted August 11, 2008 Share Posted August 11, 2008 Look for define('ENTRY_POST_CODE' in includes/languages/english.php and change it to: define('ENTRY_POST_CODE', 'Zip Code:'); I can't find which php file I need to edit to rename the field "post code" to zipcode. Autofill doesn't recognize the term "post code" and it isn't the term typically used in the US for postal code.many thanks, Sue Link to comment Share on other sites More sharing options...
prazim Posted August 27, 2008 Author Share Posted August 27, 2008 Thank you!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.