Magento 2: Add new Custom Breadcrumb in checkout page
In Magento 1, we can directly add the breadcrumb in checkout page using XML.
But in Magento 2 there are some changes to add the breadcrumb
1. Copy the checkout_cart_index.xml file in your theme. And then write code in body tag
<referenceBlock name="breadcrumbs">
<action method="addCrumb">
<argument name="crumbName" xsi:type="string">Home</argument>
<argument name="crumbInfo" xsi:type="array">
<item name="title" [...]