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.?

在另一个.phtml页面中显示.phtml页面
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
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(); ?>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报