Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 magento 的新手。在我的项目中,我只在类别页面中显示每个类别的 10 个产品。现在我想在另一个页面中显示该类别的所有产品。我不知道从哪里开始。有人可以在这里帮助我吗?
提前致谢。
如果您在通过管理员在 CMS 页面中显示列表后,您可以使用以下内容:
{{block type="catalog/product_list" category_id="your_category_id" template="catalog/product/list.phtml"}}
如果它与类别页面完全一样,你不能只允许在magento admin中查看所有内容(目录>允许每页所有产品),然后动态创建页面,在你的url末尾附加 ?limit=all ?