milauskas Posted September 5, 2008 Posted September 5, 2008 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!
Guest Posted September 5, 2008 Posted September 5, 2008 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.