Muffin_LA Posted April 13, 2005 Posted April 13, 2005 Can anyone help me please? I have been searching but can't find the right place to change the POST CODE in the address to ZIP CODE. Any help would be greatly appreciated. I have been searching the forum also but nothing tells me the path to take. Thanks
boxtel Posted April 13, 2005 Posted April 13, 2005 Can anyone help me please? I have been searching but can't find the right place to change the POST CODE in the address to ZIP CODE. Any help would be greatly appreciated. I have been searching the forum also but nothing tells me the path to take. Thanks <{POST_SNAPBACK}> language dependant ----> language files Treasurer MFC
Muffin_LA Posted April 14, 2005 Author Posted April 14, 2005 language dependant ----> language files <{POST_SNAPBACK}> I am still pretty new to this. Could you tell me how to get to the right file? I have been looking in the english files and none of the address files show the POST CODE. Thanks
boxtel Posted April 14, 2005 Posted April 14, 2005 I am still pretty new to this. Could you tell me how to get to the right file?I have been looking in the english files and none of the address files show the POST CODE. Thanks <{POST_SNAPBACK}> includes/languages/english.php Treasurer MFC
Winterchild Posted April 14, 2005 Posted April 14, 2005 In catalog/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.'); Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error
Guest Posted April 14, 2005 Posted April 14, 2005 In catalog/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.'); <{POST_SNAPBACK}> So you change each instance of the word Post to say the word Zip?
Winterchild Posted April 14, 2005 Posted April 14, 2005 Yes, in stead of Post Code it will say Zip Code change like this: define('ENTRY_POST_CODE', 'Zip Code:'); don't change this: ENTRY_POST_CODE change only what's after the comma Forum search Contributions search Documentation search (note: docs being adapted for MS3, may be different for MS2) 3 tips for better forum searching Want to post? Read this first: osCommerce for dummies Topic name etiquette Basics: Basics for design Right syntax to use near '-20, 20' Cannot re-assign $this Parse error
Muffin_LA Posted April 16, 2005 Author Posted April 16, 2005 Thank you everyone for your help. I really appreciate it!! Yes, in stead of Post Code it will say Zip Code change like this: define('ENTRY_POST_CODE', 'Zip Code:'); don't change this: ENTRY_POST_CODE change only what's after the comma <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.