ramsydney Posted May 31, 2009 Posted May 31, 2009 Hi, I want to remove the information that automatically appears on the product_info.php page listing products other customers have bought. Can anyone give me tips on how I do this? Thanks a lot.
Guest Posted May 31, 2009 Posted May 31, 2009 Hi, I want to remove the information that automatically appears on the product_info.php page listing products other customers have bought. Can anyone give me tips on how I do this? Thanks a lot. did you ever get a response or figure out how to take that off your page?
FIMBLE Posted May 31, 2009 Posted May 31, 2009 product_info.php file Line 226 find <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> change it to <?php // if ((USE_CACHE == 'true') && empty($SID)) { // echo tep_cache_also_purchased(3600); // } else { // include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); // } } ?> Do Not comment out that last curly brace Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Recommended Posts
Archived
This topic is now archived and is closed to further replies.