Frage

  • Where is config enable or disable the shipping address form in the Register page ?? Thanks! eot2
War es hilfreich?

Lösung

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.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit magento.stackexchange
scroll top