Created
June 20, 2017 11:54
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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