vndl Posted August 29, 2005 Share Posted August 29, 2005 I am looking to change the wording of postal code into zip code since some of my customers are confused by it and I would prefer zip code does anyone know how to do this? Thanks for the help in advance!!!! Quote Link to comment Share on other sites More sharing options...
Guest Posted August 29, 2005 Share Posted August 29, 2005 I am looking to change the wording of postal code into zip code since some of my customers are confused by it and I would prefer zip code does anyone know how to do this? Thanks for the help in advance!!!! <{POST_SNAPBACK}> catalog/includes/languages/english about 2/3 of the way down the page -it says define('ENTRY_POST_CODE', 'Post Code:); you can change the text -Post Code- that is in upper and lower case, be careful not to erase any other parts!!! Quote Link to comment Share on other sites More sharing options...
vndl Posted August 30, 2005 Author Share Posted August 30, 2005 catalog/includes/languages/englishabout 2/3 of the way down the page -it says define('ENTRY_POST_CODE', 'Post Code:); you can change the text -Post Code- that is in upper and lower case, be careful not to erase any other parts!!! <{POST_SNAPBACK}> What file is this in I have the directory but not sure which file!!! Quote Link to comment Share on other sites More sharing options...
dittones Posted August 31, 2005 Share Posted August 31, 2005 order_edit_english.php - 7.415 bytes - Wed, 25.08.04 at 20:30 - \admin\Includes\languages\ 1.242 define('JS_POST_CODE', '* The \'Post Code\' entry must have at least ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.\n'); 4.823 define('ENTRY_POST_CODE', 'Post Code:'); English.php - 20.694 bytes - Mon, 02.05.05 at 19:06 - \admin\Includes\languages\ 8.446 define('JS_POST_CODE', '* The \'Post Code\' entry must have at least ' . ENTRY_POSTCODE_MIN_LENGTH . ' characters.\n'); 12.237 define('ENTRY_POST_CODE', 'Post Code:'); english.php - 19.393 bytes - Thu, 05.02.04 at 06:30 - \catalog\Includes\languages\ 8.453 define('ENTRY_POST_CODE', 'Post Code:'); These are three places that the Post Code occurs...all you need to is edit these files with wordpad or some text editor and only...only change the expression 'Post Code:' to 'Zip Code:' and save the files. Note that I am showing you the file name first and then the path of where they are located one is located on the catalog side and the other two on the admin side. Hope this helps Roman Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.