Showing posts with label upcell product. Show all posts
Showing posts with label upcell product. Show all posts

Wednesday 27 November 2013

upcell product collection magento

$pid = 2;
$product = Mage::getModel('catalog/product')->load($pid);
$collect = $this->getProduct()->getUpSellProductCollection();
$collect->getItems();