如何让我的所有产品项目显示在 magento 1.3.2 的主页上?
我安装了 Magento v1.3.2.3 并添加了大部分产品库存。 但是,我只能在主页上显示 5 个项目。 我需要我的所有产品都出现在那里。 如何?
这是我当前正在使用的代码。
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
我在 magento 社区论坛上找到了这个。
I installed Magento v1.3.2.3 and added most of my product inventory. However, I can only get 5 items to display on the homepage. I need all my products to show up there. How?
This is currently the code I am using.
{{block type="catalog/product_new" name="home.catalog.product.new" alias="product_homepage" template="catalog/product/new.phtml"}}
I found this on the magento community forum.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
此链接解释了如何在主页上显示特定类别的产品。您只需从那里给出的代码中删除类别过滤器即可获取所有产品。
将其更改为
“这应该会让您走上正确的轨道”。祝你好运!
This link explains how to display products in a particular category on the homepage. You just have to remove the category filter from the code given there to get all the products.
change this to
That should set you on the right track. Good luck!