我已经为 magento 商店安装了一个主题,以显示我最近添加的产品,我在主页的内容中编写了这段代码:
{{block type="catalog/product_list" name="home.catalog.product.list" alias="products_homepage" template="catalog/product/list.phtml"}}
使用它显示主题的预加载产品,显示我的类别的产品,我将其更改为:
{{block type="catalog/product_list" category_id="39" template="catalog/product/list.phtml"}}
但现在它给了我一个错误,比如:
There are no products matching the selection.
在导航栏中单击类别时会显示相同的错误。