zozzoozzz Posted May 19, 2009 Share Posted May 19, 2009 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 More sharing options...
Guest Posted May 19, 2009 Share Posted May 19, 2009 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 More sharing options...
zozzoozzz Posted May 29, 2009 Author Share Posted May 29, 2009 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 More sharing options...
Guest Posted May 29, 2009 Share Posted May 29, 2009 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 More sharing options...
zozzoozzz Posted June 1, 2009 Author Share Posted June 1, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.