Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change "Bestsellers" to another text?


Danny74

Recommended Posts

Try this in catalog/includes/languages/english.php

 

// best_sellers box text in includes/boxes/best_sellers.php
define('BOX_HEADING_BESTSELLERS', 'Bestsellers>');
define('BOX_HEADING_BESTSELLERS_IN', 'Bestsellers in<br>  ');

 

Good Luck.

 

You can change the font in the stylesheet but it will change all of the infoboxes. Look for entries that start with "infobox" in the stylesheet.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...