Get Minicart Items in Magento

<?php echo Mage::app()->getLayout()->createBlock(‘checkout/cart_sidebar’)->setBlockId(‘mini_cart_popup’)->setTemplate(“checkout/cart/minicart/items.phtml”)->toHtml(); ?>

Leave a comment