TunerNetwork Posted February 14, 2009 Share Posted February 14, 2009 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 More sharing options...
mraccine Posted February 14, 2009 Share Posted February 14, 2009 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 More sharing options...
TunerNetwork Posted February 14, 2009 Author Share Posted February 14, 2009 perfect, i appreciate your help! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.