glaw Posted January 25, 2009 Share Posted January 25, 2009 i have this problem downloaded from all free oscommerce However, you can see the banner of two child and the content of new products is skewed to left_column, not center, it not portional. Thus on the header of Company ,Service ,News ,Advanced Search ,Create an Account , Customers login and footer HOME | NEW PRODUCTS | MY ACCOUNT | SHOPPING CART | CHECKOUT | CONTACTS still in english even i clicked the hong kong chinese flag and china chinese flag, other of the new products content has been translated to chinese success. Please tell me which files of the abovesaid mentioned problem to adjust and please help how to resolve it Many thanks My name : gary My email: wwmg@netvigator.com Urgent! thanks! Link to comment Share on other sites More sharing options...
germ Posted January 25, 2009 Share Posted January 25, 2009 I'd say the template you are using isn't coded correctly to adjust for language changes. For example, the "HOME" link. To get it to work for all languages it has to be coded something like this: <a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>"><?php echo HOME_LINK_TEXT; ?></a> Dissecting that code snippet: FILENAME_DEFAULT is defined in /includes/filenames.php HOME_LINK_TEXT would then need defined in all the /includes/languages/[iNSERT LANGUAGE HERE].php files. Looking from the outside in, I doubt your template is coded like that. :blush: If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.