如何删除 Magento 中的属性选项?
例如,我想删除客户实体“性别”属性中不必要的选项。我如何以编程方式(不是从管理面板)执行此操作?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以从系统>禁用此属性配置>>客户>客户选项>名称和地址选项
您可以通过编程方式更改此选项,就像更改 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/