Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to change For more information, please visit this products webpage


zozzoozzz

Recommended Posts

in the product info page:

 

how to change "For more information, please visit this products webpage"

 

 

how to change the text "For more information, please visit this products"

 

and replace"webpage"" Text with a Graphic.

 

 

thanks

Link to comment
Share on other sites

If you open the following file you will be able to alter the text and even add an image like you want:

includes/languages/english/product_info.php

Link to comment
Share on other sites

  • 2 weeks later...
If you open the following file you will be able to alter the text and even add an image like you want:

includes/languages/english/product_info.php

 

 

 

Thanks IVUM

 

but do u know how to that: alter the text into a image?

 

 

may u give me a little guide?

 

 

thanks u

Link to comment
Share on other sites

Thanks IVUM

 

but do u know how to that: alter the text into a image?

 

 

may u give me a little guide?

 

 

thanks u

As long as it is the same image every time just upload the image to your images directory and change

define('TEXT_MORE_INFORMATION','');

to

define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank">' . tep_image(DIR_WS_IMAGES . 'your_image_here.gif', 'your_alt_text_here') . '</a>.');

Link to comment
Share on other sites

As long as it is the same image every time just upload the image to your images directory and change

define('TEXT_MORE_INFORMATION','');

to

define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank">' . tep_image(DIR_WS_IMAGES . 'your_image_here.gif', 'your_alt_text_here') . '</a>.');

 

 

 

thanks bktrain

 

u help me again.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...