Guest Posted January 19, 2005 Posted January 19, 2005 I'm English, based in the UK along with my customers. The issue is that 'Catalog' is spelt the american way throught the entire ecommerce system! Is there a way of changing this? I have tried searching for an answer, so I'm not being lazy.. Thanks
KennethS Posted January 19, 2005 Posted January 19, 2005 Find and Replace, that is the best advice I can give you. Yes it is time consuming, tedious, but probably the only way. Kenneth S -------------- Customer "Are you a real programmer?" Me "No, but I did stay at a Holiday Inn Express last night"
Guest Posted January 19, 2005 Posted January 19, 2005 A good place to start is catalog/includes/languages/english.php Change define('HEADER_TITLE_CATALOG', 'Catalog'); to define('HEADER_TITLE_CATALOG', 'Catalogue'); All other files you need are in catalog/includes/languages/english/ directory. For other areas, also see my tutorials at http://www.oscommerce.com/forums/index.php?sho...ndpost&p=525791 Good luck!
Guest Posted January 19, 2005 Posted January 19, 2005 thx guys, looks like it's gonna be a long night :P
Guest Posted January 19, 2005 Posted January 19, 2005 thx guys, looks like it's gonna be a long night :P <{POST_SNAPBACK}> Mmmm...... 'catalog' doesn't actually appear that many times in the code - I think you will find that changing the language text as previously described will fix the problem. If you are thinking of changing the .../catalog/ in the URL then a much better alternative is to change the shop's root by changing the server settings so that this is not displayed anyway. Rich. (also English, so I sympathise with you - it's a real pain)
Rob123 Posted January 19, 2005 Posted January 19, 2005 I just realized that the English have similar "problems" as the Americans. The contact us page has "Enquiry" instead "Inquiry". The catalog(ue) problem would have been resolved if they would have called it store, but take Rich's advise and move everything up to the root. Robert
Recommended Posts
Archived
This topic is now archived and is closed to further replies.