Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "Customers who bought this product also purchased"


ramsydney

Recommended Posts

Posted

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.

Posted
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?

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...