jer37 Posted July 28, 2005 Share Posted July 28, 2005 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 More sharing options...
strictlypc Posted July 29, 2005 Share Posted July 29, 2005 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 More sharing options...
jer37 Posted July 29, 2005 Author Share Posted July 29, 2005 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 <{POST_SNAPBACK}> 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.