Tạm thời, chúng ta nên thử:
<item name="company" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
Ví dụ: trong app/design/frontend/{Vendor Theme}/{Theme}/Magento_Checkout/layout/checkout_index_index.xml
, tìm thành phần mà bạn cần tùy chỉnh. Sao chép nút tương ứng và tất cả các nút cha lên đến. Chúng tôi sẽ xóa / vô hiệu hóa các lĩnh vực điện thoại và công ty:
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceBlock name="checkout.root">
<arguments>
<argument name="jsLayout" xsi:type="array">
<item name="components" xsi:type="array">
<item name="checkout" xsi:type="array">
<item name="children" xsi:type="array">
<item name="steps" xsi:type="array">
<item name="children" xsi:type="array">
<item name="shipping-step" xsi:type="array">
<item name="children" xsi:type="array">
<item name="shippingAddress" xsi:type="array">
<item name="children" xsi:type="array">
<!-- The name of the form the field belongs to -->
<item name="shipping-address-fieldset" xsi:type="array">
<item name="children" xsi:type="array">
<!--Remove fields-->
<item name="telephone" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
<item name="company" xsi:type="array">
<item name="visible" xsi:type="boolean">false</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</item>
</argument>
</arguments>
</referenceBlock>
</body>
</page>
[BIÊN TẬP]:
Từ Magento 2.2.x
LƯU TRỮ> Cấu hình> Khách hàng> Cấu hình khách hàng> Tùy chọn tên và địa chỉ> Hiển thị công ty> Không