Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

We also recommend field


lightersdirect

Recommended Posts

When I visit a product that has been purchased, below my cross sell is :Customers who bought this product also purchased; it then lists what is stated.

How do you remove this?

 

If you look in the product_info.php file about line 228 has the code which displays this:

 

<?php

if ((USE_CACHE == 'true') && empty($SID)) {

echo tep_cache_also_purchased(3600);

} else {

include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);

}

}

?>

 

If you were to comment that out it would be removed.

 

Regards,

 

Tina

If you're not having fun you're not doing it right

 

Teach a person to fish rather than give them a loaf of bread or however that saying goes.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...