Tag: Checkout

  • Magento 2 Remove Phone Number field from checkout page

    In Magento 2.2 admin panel, there is a facility to disable Phone number field. But what about in Magento 2.0? You can do via code. Please follow the steps. Please take a back up of  checkout_index_index.xml (vendor/magento/module-checkout/view/frontend/layout/) Copy checkout_index_index.xml to app/design/frontend/<vendor-name>/<theme-name>/Magento_Checkout/layout/ Add/replace following code in checkout_index_index.xml <item name=”telephone” xsi:type=”array”>          <item name=”visible” xsi:type=”boolean”>false</item>          <item name=”config”…