/ Published in: PHP
In this tutorial, we will see how to add custom fields to magento customer address.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<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>
URL: http://www.excellencemagentoblog.com/magento-adding-custom-field-to-customer-address