Skip to content

Instantly share code, notes, and snippets.

@edrdesigner
Created June 20, 2017 11:54
Show Gist options
  • Save edrdesigner/7ba1c8430cb9a15c31bd577ceba6e363 to your computer and use it in GitHub Desktop.
Save edrdesigner/7ba1c8430cb9a15c31bd577ceba6e363 to your computer and use it in GitHub Desktop.
How to show address fields in register magento 1.9 at local.xml
<customer_account_create>
<reference name="customer_form_register">
<action method="setData"><key>show_address_fields</key><value>1</value></action>
</reference>
</customer_account_create>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment