Question

  • Where is config enable or disable the shipping address form in the Register page ?? Thanks! eot2
Was it helpful?

Solution

In customer_accout_create.xml you need to add:

<referenceBlock name="customer_form_register">
    <action method="setShowAddressFields">
        <argument name="show.address.fields" xsi:type="boolean">true</argument>
    </action>
</referenceBlock>   

Please check this for more informations.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top