Пример #1
0
 /**
  * Constructor set the namespace for upsell
  */
 public function __construct()
 {
     $this->jcUpsell = new Netresearch_JCarouselSlider_Block_Summary('jcupsells');
     Mage_Catalog_Block_Product_List_Upsell::setItemLimit('upsell', $this->jcUpsell->getMaxItemCount());
 }