Вопрос

  • Where is config enable or disable the shipping address form in the Register page ?? Thanks! eot2
Это было полезно?

Решение

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.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с magento.stackexchange
scroll top