How to remove the cart page from a service-based Shopify store?

I am running a service based business on shopify using craft theme. I do not need the cart page on my shopify store. How do I delete this entirely?

HI @OMR2022 ,
In order to delete the cart page entirely from your store what you can do is not permit the user to visit the cart page and if he visits the cart page then he should be immediately redirected to some other page(homepage).
So in order to achieve this just copy paste the below code just before the opening head tag so that this is first code that is executed and your customer doesn’t get to know that he is being redirected.

{% if template == 'cart' %}

{% endif %}

I am attaching the screenshot for reference that where you have to add the code.

Thanks

Thank you. I want the cart icon completely gone from the header: I don’t want it to even be an option how can I do this

HI @OMR2022
can you send me your website link so that I can share the exact codes that needs to be added to hide the cart icon.
Thanks