重命名标签并删除送货地址单页结帐中的字段 - 名字 -> 收件人姓名等

Rename Label and remove fields in shipping address onepage checkout - First Name -> Recipient Name etc

我被困在客户要求中,我必须删除姓氏字段并将名字的标签更改为收件人姓名 & 以及名字后的几个自定义字段。

你可以试试:

<item name="%the_component_to_be_disabled%" xsi:type="array">
        <item name="visible" xsi:type="boolean">false</item>
</item>

在此处阅读更多内容: https://magento.stackexchange.com/questions/115826/magento-2-customising-checkout-page-not-working/115900#115900