Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: How to remove 'Estimate Shipping' and 'Notes' from the impact theme cart page

How to remove 'Estimate Shipping' and 'Notes' from the impact theme cart page

SteadyState
New Member
5 0 0

Hi all!

 

Does anyone know how to remove 'Estimate Shipping' and 'Notes' from the impact theme cart page? 

 

I've looked around and haven't been able to find a way to remove it.

Replies 3 (3)

Easypardrop
Shopify Partner
5 1 2

Hey @SteadyState ,
Kindly provide us with the website link; it will greatly assist us

PageFly-Richard
Shopify Partner
4801 1084 1752

Hi @SteadyState 

 

This is Richard from PageFly - Shopify Page Builder App

 

Please add this code to your theme.liquid above the </head> to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the </head>

<style>
.cart-order__summary details.accordion,cart-note {
    display: none !important;
}
</style>

 

Hope this can help you solve the issue 

 

Best regards,

Richard | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 


All features are available from Free plan. Live Chat Support is available 24/7.

SteadyState
New Member
5 0 0

Hey Richard,

 

This works for the most part but when i use this solution, the button to adjust cart qty/ remove items in cart becomes a broken link