Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Replace text with image


gravy679

Recommended Posts

I would like replace the "What's New Here" text section with an image. Does anyone know where i need to goto modify that part and get rid of the icon that appears on that section in some pages and replace them with different images? Thanks..

Link to comment
Share on other sites

I would like replace the "What's New Here" text section with an image. Does anyone know where i need to goto modify that part ...

Got to your language files:

includes/languages/english.php (or any other language you have)

There you find the "define" statements and replace the text with imagestatements

example:

// whats_new box text in includes/boxes/whats_new.php

define('BOX_HEADING_WHATS_NEW', '<img src="images/header_whatsnew.gif">');

 

the "header_whatsnew.gif" you have to create yourself and it does not have to be a ".gif" - it can be a "jpg", "png" as well.

 

... and get rid of the icon that appears on that section in some pages and replace them with different images? Thanks..

look in your image folder:

.../images/infobox/

 

 

Hope it helps

Have a Happy New Year

 

Rich

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...