年份/品牌/型号 搜索 Joomla / VirtueMart 的产品?

发布于 2024-10-27 19:42:34 字数 50 浏览 4 评论 0原文

有谁知道如何为 Joomla / VirtueMart 实施年份/品牌/型号产品搜索?

did anyone knows how to implement a Year / Make / Model Product search for Joomla / VirtueMart?

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

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

发布评论

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

评论(1

窗影残 2024-11-03 19:42:34

没有简单的方法可以做到这一点。根据您想要完成的任务 - 用适合的 y/m/m 标记零件与按 y/m/m 列出汽车,这会变得越来越难。当尝试扩展功能时,当前版本的 Virtuemart 是一个糟糕的组件,因为它不是 MVC 并且不是为扩展而设计的。

最简单的方法可能是编写一个带有 2 个表的新组件。一个包含年/月/月信息,另一个将虚拟机产品 ID 映射到您希望产品显示的年/月/月。这将避免破解虚拟机核心文件,因此您仍然可以更新,但这会给管理带来麻烦。

另一种选择是使用 K2Mart,这样您就可以使用 K2 的额外字段。如果每个产品都有一个 y/m/m,这将是一个很好的解决方案。如果每个产品可以有多个关联,那就有点困难了,但仍然可以做到。您还可以编写一个 K2 管理插件来处理 y/m/m 职责。

如果您想提供有关如何需要它工作的更多详细信息,我可能可以为您指明正确的方向,但任何解决方案都将需要相当大量的代码和数据库工作。

There is no easy way to do this. Depending on what you are trying to accomplish - tag parts with the y/m/m that it fits vs. listing cars by y/m/m it goes from hard to harder. The current version of Virtuemart is a poor component to start with when trying to extend the functionality since it is not MVC and it is not designed to be extended.

The easiest way would probably be to write a new component with 2 tables. One with the y/m/m info and the other that maps VM product IDs to the y/m/m that you want the product to show up for. That would avoid hacking the VM core files so you could still update, but it would be a pain for administration.

Another option would be to use K2Mart so you can use K2's extra fields. This would be a good solution if each product has a single y/m/m. If each product can have multiple associations it gets a little tougher but it could still be done. You could also write a K2 admin plugin to handle the y/m/m duties.

If you want to give more details on how you need it to work I can probably get you pointed in the right direction, but any solution is going to be a pretty significant amount of code and database work.

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