Guest Posted November 24, 2006 Posted November 24, 2006 On the product view page, how do I delete the link "For more information, please visit this products webpage." and why does it jump to www.google.com? What do THEY have to do with any of MY business. Wally Green
Jack_mcs Posted November 24, 2006 Posted November 24, 2006 Delete this section of code in product_info.php 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 } It is going to google because that is the url that you have set up in the database or the url is invalid and it defaults to google. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons
Recommended Posts
Archived
This topic is now archived and is closed to further replies.