如何将多个图像添加到我的 ProductManufacturers

发布于 2025-01-11 08:00:11 字数 583 浏览 0 评论 0 原文

因此,我使用 CMS Shopware 6,我希望能够向我的 ProductManufacturers 添加多个媒体实体(例如图像和视频),就像可以向产品添加多个图像/媒体一样。

我在developer.shopware页面上找到了本教程: https://developer.shopware.com/docs/guides/plugins/plugins/framework/custom-field/add-custom-field

另外,我还研究了 ProductManufacturerDefinition 类并注意到它只需另一个 OneToManyAssociationField 即可。 单击此处打开 IMG 有谁知道是否有办法覆盖这个类或其他方法来让它工作?

谢谢 :)

So im using the CMS Shopware 6 and I want to be able to add multiple Media-Entities (e.g. Images and Videos) to my ProductManufacturers just like it is possible to add multiple images/media to products.

I have found this tutorial on the developer.shopware page: https://developer.shopware.com/docs/guides/plugins/plugins/framework/custom-field/add-custom-field

Also I have looked into the ProductManufacturerDefinition Class and noticed that it just needs another OneToManyAssociationField.
Click Here to open IMG
Does anybody know if theres a way to overwrite this class or some other way to get this to work?

Thx :)

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

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

发布评论

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

评论(1

街角迷惘 2025-01-18 08:00:11

不,仅仅添加新关联并没有帮助。您可以添加自定义字段 添加媒体,但一个自定义字段只能添加一张图像。因此,一种方法是为多个媒体创建自定义字段(如果它有限并且您知道需要添加多少图像/媒体)。

或者

您必须通过创建 自定义插件

No, it doesn't help just with adding a new association. You can add custom fields to add media, but one custom field can add one image only. So, one way is to create custom fields for multiple media if it's limited and you know how many images/media needs to add.

OR

You have to add multiple media upload component in the Product Manufacturers module by making a custom plugin.

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