Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to limit number of "also purchased" products


milauskas

Recommended Posts

Posted

Hi,

 

I find that on the product_info.php page (at least for the osC template I'm using), if there are more than 2 products in the "Customers also purchased" area that it throws the whole page layout off.

 

Here's the code for that "also purchased" area:

 

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

 

Is there a way to limit the number of also purchased products to two?

 

Thanks!

Posted

What do you mean by throws the whole page layout off? Do you have a link so we can see it?

 

To change the number of products go to admin-->configuration. Click on maximum values and set also pirchased to what you want.

Archived

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

×
×
  • Create New...