我想在使用复选框(发货地址相同(注册(在注册表单中(时添加计费请求用户的计费和发货地址。我在网上搜索了一下,但没有找到适合我的解决方案。我尝试将setShowAddressFields设置为true,但不起作用。
我在Magento_Customer/layout/customer_account_create.xml
:中添加这些行
<action method="setShowAddressFields">
<argument name="show.address.fields" xsi:type="boolean">true</argument>
</action>