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.
我正在使用 Sitefinity 11,我必须在产品下显示“添加到比较”链接。在这里,我使用 ProductList 小部件。但我没有找到任何教程/文档。
请指导我。
谢谢
Sitefinity 产品没有比较功能。
您可以添加自定义代码(js)来设置用户想要比较的项目的 cookie(会话或本地存储)。然后创建一个自定义小部件来获取 cookie(或其他)信息。并显示比较。