How to call any phtml file into other phtml file in magento



<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('checkout/cart.phtml')->toHtml(); ?>

<?php echo $this->getLayout()->createBlock('core/template')->setTemplate('checkout/success.phtml')->toHtml(); ?>

Comments

Popular posts from this blog

Adding Contact us link to Top Menu in Magento

Credit card number for Testing payment methods

Magento create invoice of specific order by programmatically