添加字段到后端客户创建部分
我想在 magento 后端的客户创建部分添加三个字段。
- 客户卡 ID
- 客户商店 否
- 客户商店名称
这些字段应保存到 magento 数据库中,然后可以在一页结帐中查询/显示(我们希望发送相关商店客户关系部门的自动邮件)。
你能帮我在magento中做这样的事情吗?
I would like to add three fields in customer creating section of magento backend.
- Customer Card ID
- Customer Store No
- Customer Store Name
Those fields should save into magento database then can query/show in onepage checkout ( we would like to send automatic mail of related stores customer relationship department).
Could you please help me to make such a things in magento?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要确定这些属性是客户属性还是客户地址属性或两者兼而有之。然后将属性添加到客户和/或帐单/送货地址对象(最好使用设置脚本),然后将字段添加到您可能需要的所有模板。您可能还需要扩展用户数据验证类。
first you need to decide if those attributes are customer attributes or customer address attributes or both together. Then add the attributes to customer and/or billing/shipping address objects (preferable with setup script) and then add the fields to all templates you might need. You also might need to extend the user data validation class.