Skip to content

Instantly share code, notes, and snippets.

@evgv
Created March 21, 2017 13:57
Show Gist options
  • Save evgv/25e1a613a8d1c7eb1df8378876e351b3 to your computer and use it in GitHub Desktop.
Save evgv/25e1a613a8d1c7eb1df8378876e351b3 to your computer and use it in GitHub Desktop.
Magento. Show address fields in register

Show address fields in register

Create local.xml file (if it does not exist already) in [your_package]/[your_theme]/layout/ folder and add following code:

    <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