Magento 2 Extra Fee extension allows adding extra charges for additional services like gift wrap, rush order, packing charges etc. and display it on cart and checkout page.
When you go on the checkout page, there is the search bar with the cart icon displayed that must not be.
It seems to be due to the <page ... layout="1column" ...> tag from the view/frontend/layout/checkout_index_index.xml. Remove the layout attribute to correct the issue.
When you go on the checkout page, there is the search bar with the cart icon displayed that must not be.
It seems to be due to the
<page ... layout="1column" ...>
tag from theview/frontend/layout/checkout_index_index.xml
. Remove the layout attribute to correct the issue.