Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with coding problem


Guest

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...