Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

NEED HELP ?


samson12

Recommended Posts

Posted

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)

Posted

this means that you probably have not uploaded your language files to the server. it should say "What's New" if you have.

Posted
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...

Posted
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.

  • 3 weeks later...
Posted

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.

Posted
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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...