samson12 Posted May 27, 2009 Posted May 27, 2009 box_whats_new_heading, How do u remove this underscore in every heading title ... i really dont know how to remove this .... IF u guys know how to do this pls help this comes as a default when u install oscommerce. not only this but in every heading like categories, shipping,currencies and everything.... for ex(box_categories_heading,box_manufacturers_heading,box_information_heading)
acbatchelor Posted May 27, 2009 Posted May 27, 2009 this means that you probably have not uploaded your language files to the server. it should say "What's New" if you have.
samson12 Posted May 28, 2009 Author Posted May 28, 2009 this means that you probably have not uploaded your language files to the server. it should say "What's New" if you have. i think language file is uploaded .. how do u check wether the language file is uploaded or not...
BryceJr Posted May 28, 2009 Posted May 28, 2009 i think language file is uploaded .. how do u check wether the language file is uploaded or not... english.php or <your_language.php> can be found in catalog/includes/languages folder and another in admin/includes/languages folder. You either have not uploaded as pointed by Adam or you have a corrupt copy. In either case, just upload a new one to the proper folder. The english.php in catalog/includes/languages folder has these lines. These are just excerpts. // manufacturers box text in includes/boxes/manufacturers.php define('BOX_HEADING_MANUFACTURERS', 'Manufacturers'); // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); // quick_find box text in includes/boxes/quick_find.php define('BOX_HEADING_SEARCH', 'Quick Find'); define('BOX_SEARCH_TEXT', 'Use keywords to find the product you are looking for.'); define('BOX_SEARCH_ADVANCED_SEARCH', 'Advanced Search'); // specials box text in includes/boxes/specials.php define('BOX_HEADING_SPECIALS', 'Specials'); // reviews box text in includes/boxes/reviews.php define('BOX_HEADING_REVIEWS', 'Reviews'); define('BOX_REVIEWS_WRITE_REVIEW', 'Write a review on this product!'); The english.php in admin/includes/languages folder has these lines. These are just excerpts. // configuration box text in includes/boxes/configuration.php define('BOX_HEADING_CONFIGURATION', 'Configuration'); define('BOX_CONFIGURATION_MYSTORE', 'My Store'); define('BOX_CONFIGURATION_LOGGING', 'Logging'); define('BOX_CONFIGURATION_CACHE', 'Cache'); define('BOX_CONFIGURATION_ADMINISTRATORS', 'Administrators'); // modules box text in includes/boxes/modules.php define('BOX_HEADING_MODULES', 'Modules'); define('BOX_MODULES_PAYMENT', 'Payment'); define('BOX_MODULES_SHIPPING', 'Shipping'); define('BOX_MODULES_ORDER_TOTAL', 'Order Total'); // categories box text in includes/boxes/catalog.php define('BOX_HEADING_CATALOG', 'Catalog'); define('BOX_CATALOG_CATEGORIES_PRODUCTS', 'Categories/Products'); If you have them in the proper folders and not corrupt, your paths in your config files maybe incorrect.
alecm88 Posted June 16, 2009 Posted June 16, 2009 Hi, I had this issue recently, it ended just being a problem with the program cache. You should try deleting the files located at: \includes\work. After that simply refrech the page and it should be fixed. Just in case remember to do a backup of the files.
samson12 Posted June 17, 2009 Author Posted June 17, 2009 Hi, I had this issue recently, it ended just being a problem with the program cache. You should try deleting the files located at: \includes\work. After that simply refrech the page and it should be fixed. Just in case remember to do a backup of the files. Ya now its working .. thx for your help
Recommended Posts
Archived
This topic is now archived and is closed to further replies.