khaus Posted October 1, 2008 Share Posted October 1, 2008 Tying to find out how to removed the 'Customers who bought' that shows up at the bottom of the page and remove just the text and link feature for 'Click to Enlarge' Link to comment Share on other sites More sharing options...
FIMBLE Posted October 1, 2008 Share Posted October 1, 2008 You will find the link for the also purchased module in your product_info.php find this line and delete it <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> ############################################################# The pop up is on the same file plus all the reviews files info Write and so on Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
PinkPoppy Posted October 8, 2008 Share Posted October 8, 2008 The Click To Enlarge is found in includes/lanuage/english/product_info.php Look for define('TEXT_CLICK_TO_ENLARGE', 'Click to enlarge'); and jsut delete the 'Click to enlarge' part, if you delete the whole line it won't work. Hope that helps! Link to comment Share on other sites More sharing options...
khaus Posted October 13, 2008 Author Share Posted October 13, 2008 Than you! Removed the text 'click here'. Do you know how to remove the link from the image? Link to comment Share on other sites More sharing options...
Guest Posted October 14, 2008 Share Posted October 14, 2008 Rather than remove code from a file, you could have turned off your Also Purchased module from Admin. Just look at the settings in Minimum Values and Maximum Values and set Also Purchased to zero. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.