Magento客户地址字段

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Magento客户地址字段相关的知识,希望对你有一定的参考价值。

In this tutorial, we will see how to add custom fields to magento customer address.
  1. <address_setup>
  2. <setup>
  3. <module>Excellence_Address</module>
  4. <class>Mage_Customer_Model_Entity_Setup</class> <!-- This is the important thing-->
  5. </setup>
  6. <connection>
  7. <use>core_setup</use>
  8. </connection>
  9. </address_setup>

以上是关于Magento客户地址字段的主要内容,如果未能解决你的问题,请参考以下文章

在结帐时编辑客户送货地址 - magento 2

如何在 Magento 2.3.6 的客户注册表中添加默认电话字段

markdown [magento] - 代码片段

Magento 获得选择的运输和计费方式地址字段

Magento-将自定义字段添加到客户配置文件

如何使用观察者在 Magento 2 的 customer_entity 表中保存自定义字段值