如何删除 Magento 中的属性选项?

发布于 2024-12-06 19:01:10 字数 55 浏览 1 评论 0原文

例如,我想删除客户实体“性别”属性中不必要的选项。我如何以编程方式(不是从管理面板)执行此操作?

For example, I want to delete an unnesesary option for a customer's entity "gender" attribute. How can I do this programmatically (not from admin panel)?

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

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

发布评论

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

评论(1

囍笑 2024-12-13 19:01:10

您可以从系统>禁用此属性配置>>客户>客户选项>名称和地址选项

您可以通过编程方式更改此选项,就像更改 Magento 中的任何其他配置值一样。您可以在那里找到教程 http:// /inchoo.net/ecommerce/magento/how-to-programmatically-change-magentos-core-config-data/

you can disable this attribute from system > configuration > customer > customer options > name and address options

And you can change this programmatically like changing any other config value in Magento . You'll find the tutorial there http://inchoo.net/ecommerce/magento/how-to-programmatically-change-magentos-core-config-data/

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