Pink Posted January 20, 2005 Posted January 20, 2005 I am in the process of paring down some of the features on my site and have run into trouble getting rid of the "Customers who bought this product also purchased" box. Help would be appreciated. -Pink
wheeloftime Posted January 20, 2005 Posted January 20, 2005 I am in the process of paring down some of the features on my site and have run into trouble getting rid of the "Customers who bought this product also purchased" box. Help would be appreciated. -Pink <{POST_SNAPBACK}> In product_info.php find: <?php if ((USE_CACHE == 'true') && empty($SID)) { echo tep_cache_also_purchased(3600); } else { include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> and change to: <?php if ((USE_CACHE == 'true') && empty($SID)) { // echo tep_cache_also_purchased(3600); } else { // include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS); } } ?> That should be all.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.