dongxing8766 2015-07-13 12:07
浏览 133
已采纳

在另一个.phtml页面中显示.phtml页面

I have created a new.phtml page in catalog/product/new.phtml. which contain new/latest products. i have another .phtml page [product_slider.phtml]. i want to add new.phtml into product_slider.phtml is this possibale.?? how to use.. any idea.?

  • 写回答

3条回答 默认 最新

  • duanlei1957 2015-07-13 12:25
    关注

    Answer

    After Trying the code i got the solution.

    <?php echo $this->getLayout()->createBlock('core/template')->setTemplate('catalog/product/new.phtml')->toHtml(); ?>
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?