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客户地址字段的主要内容,如果未能解决你的问题,请参考以下文章