Magento 产品名称为文本而不是 varchar

发布于 2024-09-16 02:03:27 字数 117 浏览 2 评论 0原文

如何更改产品名称属性,使其为文本而不是 varchar?有没有办法通过 Magento 做到这一点?

我目前正在迁移一个旧数据库,并且产品名称比 varchar 可以容纳的长得多。

谢谢!

How could I alter the product name attribute so it's text instead of varchar? Is there a way of doing this through Magento?

I'm currently migrating an old database and the product names are much longer than varchar can fit.

Thanks!

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

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

发布评论

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

评论(1

醉城メ夜风 2024-09-23 02:03:27

我还不是 Magento 专家,但出于对电子商务系统的常识,我不确定这是一个好主意。产品名称在系统周围的许多地方使用(例如在报告中;在确认电子邮件中......),所有这些都必须检查是否有限制和破坏布局。

  • 长名称放入已经是 TEXT 类型的描述字段,并将截止版本放入名称字段

  • 将长名称放入描述字段,并更改任何所需的布局,以便显示描述字段来代替产品名称?

I'm not a Magento expert yet, but out of a common knowledge of E-Commerce systems, I'm not sure this is a good idea. The product name is being used in numerous places around the system (e.g. in reports; in confirmation E-Mails ....) that would all have to be checked for limitations and breaking layouts.

Would it not be conceivable to either

  • Put the long name into a description field that already is of the type TEXT, and put a cut-off version into the name field

  • Put the long name into a description field, and alter any needed layouts so that description field is shown in place of the product name?

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