Magento insert PHTML in PHTML Date July 3, 2014 Author By Razvan Mocanu Category Magento how to Here is how to insert a template into another template: echo $this->getLayout()->createBlock(‘core/template’)->setTemplate(‘path/to/template.phtml’)->toHtml(); Read More