kalric Posted April 9, 2005 Posted April 9, 2005 Hello I'm trying to figure out "where" you modify the wording on the Create_Account.php page. I would like to change the words "Post Code:" to "ZipCode" but can't find it. Could someone please point me in the right direction? :D Thanks!! Shayne
boxtel Posted April 9, 2005 Posted April 9, 2005 Hello I'm trying to figure out "where" you modify the wording on the Create_Account.php page. I would like to change the words "Post Code:" to "ZipCode" but can't find it. Could someone please point me in the right direction? :D Thanks!! Shayne <{POST_SNAPBACK}> those words are language dependant so your best choice would be the language file create_account.php or the general language file. Treasurer MFC
TerryK Posted April 9, 2005 Posted April 9, 2005 /catalog/includes/languages/english.php Look for: define('ENTRY_POST_CODE', 'Post Code:'); Change to: define('ENTRY_POST_CODE', 'Zip Code:'); HTH, Terry Terry Kluytmans Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like: Add order total to checkout_shipment Add order total to checkout_payment Add radio buttons at checkout_shipping (for backorder options, etc.) Duplicate Table Rate Shipping Module Better Product Review Flow * If at first you don't succeed, find out if there's a prize for the loser. *
TerryK Posted April 9, 2005 Posted April 9, 2005 Also in /catalog/admin/includes/languages/english.php - same code, I believe. HTH, Terry Terry Kluytmans Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like: Add order total to checkout_shipment Add order total to checkout_payment Add radio buttons at checkout_shipping (for backorder options, etc.) Duplicate Table Rate Shipping Module Better Product Review Flow * If at first you don't succeed, find out if there's a prize for the loser. *
kalric Posted April 9, 2005 Author Posted April 9, 2005 /catalog/includes/languages/english.php Look for: define('ENTRY_POST_CODE', 'Post Code:'); Change to: define('ENTRY_POST_CODE', 'Zip Code:'); HTH, Terry <{POST_SNAPBACK}> Thanks! That was the place! :) Shayne
Recommended Posts
Archived
This topic is now archived and is closed to further replies.