添加账单和发货地址以注册Magento 2



我想在使用复选框(发货地址相同(注册(在注册表单中(时添加计费请求用户的计费和发货地址。我在网上搜索了一下,但没有找到适合我的解决方案。我尝试将setShowAddressFields设置为true,但不起作用。

我在Magento_Customer/layout/customer_account_create.xml:中添加这些行

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

相关内容

  • 没有找到相关文章

最新更新