Question

  • Where is config enable or disable the shipping address form in the Register page ?? Thanks! eot2
Était-ce utile?

La 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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top