/ Published in: PHP

URL: http://www.excellencemagentoblog.com/magento-adding-custom-field-to-customer-address
In this tutorial, we will see how to add custom fields to magento customer address.
Expand |
Embed | Plain Text
<address_setup> <setup> <module>Excellence_Address</module> <class>Mage_Customer_Model_Entity_Setup</class> <!-- This is the important thing--> </setup> <connection> <use>core_setup</use> </connection> </address_setup>
You need to login to post a comment.