Magento 愿望清单侧边栏和主视图仅返回最后 3 个添加的项目

发布于 2024-10-15 07:38:12 字数 360 浏览 1 评论 0原文

我们有一个运行版本 1.4.1.1 的 Magento 站点,我们已将其修改为目录(无价格)类型商店,位于 http:// geyer-rental.com

我们启用了愿望清单功能。

问题。

尽管 RSS 提要和管理>>中的愿望清单数据已添加,但愿望清单 view.phtml 和侧边栏仅显示最后添加的三个项目。客户展示完整清单。

在测试示例中,侧边栏中的项目链接显示愿望清单中有 6 个项目,仅显示最后添加的三个项目。

任何有关如何显示所有愿望清单项目的建议将不胜感激。

TIA 巴克

We have a Magento site running version 1.4.1.1 that we have modified to be a catalog (no price) type store at http://geyer-rental.com.

We have engaged the wishlist functionality.

Issue.

The wishlist view.phtml and the sidebar only show the last three items added although the RSS feed and the wishlist data in admin >> customers show the complete list.

In a test example the item link in sidebar shows that there are 6 items in the wishlist only the last three added show.

Any suggestions on how to show all wishlist items would be deeply appreciated.

TIA
Buck

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

败给现实 2024-10-22 07:38:12

我想最简单的方法是在 wishlist.phtml 模板中,在显示任何项目之前,执行以下操作:

<?php $this->getWishlistItems()->setPageSize(6); ?>

I guess the simplest way is in the wishlist.phtml template, before any items are shown, do the following:

<?php $this->getWishlistItems()->setPageSize(6); ?>
丶视觉 2024-10-22 07:38:12

我遇到了同样的问题,但通过将选项显示愿望清单摘要更改为显示商品数量来解决。

输入图片此处描述

I had this same problem, but fixed by changing the option Display Wishlist Summary to Display Item quantities.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文