Magento Customer Address Fields


/ Published in: PHP
Save to your folder(s)

In this tutorial, we will see how to add custom fields to magento customer address.


Copy this code and paste it in your HTML
  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>

URL: http://www.excellencemagentoblog.com/magento-adding-custom-field-to-customer-address

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.