Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing text


jer37

Recommended Posts

I would like to change this line on the product page:

 

"For more information, please visit this products webpage."

 

 

To:

 

"For More Photos and Details visit this webpage."

 

 

And I would like to make the font bold and increase the size.

I thought that would be done in the product_info page but cannot find the line.

 

 

thanks

 

jer37

Link to comment
Share on other sites

Hi,

 

Go to catalog/includes/languages/english/product_info.php and find the following code:

 

define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.');

 

and change it to:

 

define('TEXT_MORE_INFORMATION', '<b><font face="Arial" size="4">For More Photos and Details visit this webpage.</font></b>');

 

Hope this helps,

StrictlyPC

Link to comment
Share on other sites

Hi,

 

Go to catalog/includes/languages/english/product_info.php and find the following code:

 

define('TEXT_MORE_INFORMATION', 'For more information, please visit this products <a href="%s" target="_blank"><u>webpage</u></a>.');

 

and change it to:

 

define('TEXT_MORE_INFORMATION', '<b><font face="Arial" size="4">For More Photos and Details visit this webpage.</font></b>');

 

Hope this helps,

StrictlyPC

 

Thank you

I knew the change would not be difficult, I just didn't know where to go to make the change.

 

This is what I am working on.

 

http://hpoawear.com/catalog/

 

jer37

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...