Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How Do I remove 'Customers who bought this product also purchased'


khaus

Recommended Posts

Posted

How do I remove 'Customers who bought this product also purchased' at the bottom of the Products Details pages? >_<

Posted
How do I remove 'Customers who bought this product also purchased' at the bottom of the Products Details pages? >_<

 

 

catalog/product_info.php

 

Find ..

	if ((USE_CACHE == 'true') && empty($SID)) {
  echo tep_cache_also_purchased(3600);
} else {
  include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
}

Archived

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

×
×
  • Create New...