Guest Posted September 9, 2005 Posted September 9, 2005 I am trying to change product_info.php and in particular the following code:- <tr> <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td> </tr> <tr> <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td> </tr> Instead of having the text for more information, please visit this products webpage we want to display a pdf icon and then if the user clicks on this it will do the re-direct. Any help would be post appreciated. Thanks, Dave
Recommended Posts
Archived
This topic is now archived and is closed to further replies.