Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I remove "please visit this products webpage."


TunerNetwork

Recommended Posts

Hello everyone, just looking for a quick answer. How do I get rid of the link on the products description, that lets you go to the products webpage. I want to take it off, so the customers stay on my site...

 

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

 

http://www.subimods.com/product_info.php?products_id=134 you can see it at the bottom of the product...

 

Thanks!

Link to comment
Share on other sites

Hello everyone, just looking for a quick answer. How do I get rid of the link on the products description, that lets you go to the products webpage. I want to take it off, so the customers stay on my site...

 

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

 

http://www.subimods.com/product_info.php?products_id=134 you can see it at the bottom of the product...

 

Thanks!

 

You can take out this code located in the product_info.php page. Around line 178

if (tep_not_null($product_info['products_url'])) {
?>
  <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>
<?php
}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...