Hi friends,
The limit is hardcoded in app/code/core/Mage/Checkout/Block/Cart/Crossell.php
class Mage_Checkout_Block_Cart_Crosssell extends Mage_Catalog_Block_Product_Abstract
{
protected $_maxItemCount = 4;
public function getItems()
{
...
and get rid of upgradeability
ReplyDeleteThis comment has been removed by the author.
ReplyDelete