Pergunta

  • Where is config enable or disable the shipping address form in the Register page ?? Thanks! eot2
Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a magento.stackexchange
scroll top