alougher Posted November 24, 2002 Posted November 24, 2002 I can't find where this can be done. I'm referring to just the customer address. Thanks.
ajmartin Posted November 25, 2002 Posted November 25, 2002 Are you referring to the name? ie do you want to change it from... please enter your 'Post Code' to... please enter your 'Zip Code' This is easily done... for every language file that you have in catalogincludeslanguages for example english.php.. you just need to change where it says post code to zip code... (being careful not to replace any definitions), there are some error messagers that you would want to change to say zipcode as well.. but it is all in these files. line 196... is the main one for you define('ENTRY_POST_CODE', 'Post Code:'); change it to define('ENTRY_POST_CODE', 'Zip Code:');
alougher Posted November 25, 2002 Author Posted November 25, 2002 Damn I thought I tried that one. Thanks a lot, that did the trick!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.