gpt4 book ai didi

Magento - 产品列表到 CMS 页面

转载 作者:行者123 更新时间:2023-12-04 19:56:25 27 4
gpt4 key购买 nike

我想在 CMS 页面中显示类别产品。对于那个过程我有要在 CMS 页面中插入特定类别的产品列表,要从后端执行此操作,我会像这样添加一个静态 block

{{block type="catalog/product_list" 
name="home.catalog.product.list"
alias="products_homepage" category_id="4"
template="catalog/product/list.phtml"}}

如何在 phtml 中做同样的事情?

最佳答案

要从 phtml 文件执行相同的操作,请使用:

   <?php echo $this->getLayout()->createBlock("catalog/product_list")
->setCategoryId(4)->setTemplate("catalog/product/list.phtml")->toHtml();?>

关于Magento - 产品列表到 CMS 页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22744332/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com