Guest Posted October 9, 2006 Posted October 9, 2006 I have the new OSCommerce almost done, but I need to change (not delete), the wording that says "What's new here" to say something like "Welcome to our newer online store". Which exact file do I need to modify this to say that instead?
ComicWisdom Posted October 9, 2006 Posted October 9, 2006 I have the new OSCommerce almost done, but I need to change (not delete), the wording that says "What's new here" to say something like "Welcome to our newer online store". Which exact file do I need to modify this to say that instead? catalog/includes/languages/english.php define('HEADING_TITLE', 'What\'s New Here?'); Be sure to escape any apostrophes you put in!! Just between us, remember there are only 10 kinds of people in the world; those who understand binary and those who don't!! Remember, learning is a "do-it-yourself" experience; although, not necessarily a "do-it-BY-yourself" experience. The quickest way to learn is to forget to BACKUP!
Guest Posted October 9, 2006 Posted October 9, 2006 In your file manager, go to Catalog > Includes > Languages > english.php Look for this segment of code, pretty near the top of the file that reads: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'What\'s New?'); I'd recommend rethinking what you'd like to change it to. 'newer online store' isn't correct, is it? If you meant....Welcome to our new online store, then change that line of code to read as: // whats_new box text in includes/boxes/whats_new.php define('BOX_HEADING_WHATS_NEW', 'Welcome To Our New Online Store'); Take care!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.