Re: Remove text under Subtotal

Solved

Remove text under Subtotal

RdeBeer
Tourist
4 0 1

Hi,

 

I've been looking for ages where to remove the text under the subtotal  on the cart page.

you've got the customer note section

Then Subtotal

Ten text that i want edit, 

Then the Proceed to checkout button.

Here is the website: https://www.offleashpettreats.com.au/cart

 

Thank you,

Renee

Accepted Solutions (2)

GTLOfficial
Shopify Partner
560 121 110

This is an accepted solution.

Hello @RdeBeer 
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css
add this code at the end of the file.

.cart__shipping {
display: none;
}

adn the result will be
8.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

View solution in original post

ZestardTech
Shopify Partner
5776 1052 1392

This is an accepted solution.

Hi @RdeBeer 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:

 

.cart__shipping {
display: none !important;
}

 

ZestardTech_0-1721112700045.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

View solution in original post

Replies 9 (9)

ProtoMan44
Shopify Partner
610 54 92

@RdeBeer Hey, thanks for posting here.

go to the theme setting then open the cart setting, I hope you will see a check box to show the cart note area.

and other thing if you need to change te potion of these and also want the editable area so you need to customize the code of the cart page ...

let me know if you face any issue , thanks.

 

- A thirsty developer passionate about supporting the community. If you'd like to, you can  

Buy me a Coffee.


- Your Shopify Solution Specialist Get a Quote at

ProtoMan44

 - 

Chat On Whatsapp


Crafting exceptional e-commerce experiences to elevate your online presence. Let's build your success story together!
RdeBeer
Tourist
4 0 1

Hi,  if i uncheck the box it only takes te Note away not the note under the box

JasmeetVT14313
Shopify Partner
273 60 73

Hi @RdeBeer 
It seems your website is custom build. Is it possible for you to provide collaborator access to your store so that I can check and guide you accordingly.
If yes, then you can share the code via DM or on below given details

- VTN Customer Dashboard enhances your customer's dashboard with advanced features, profile management, and order tracking. Free trial available.
- Feel free to contact me at jasmeet.kaur@vtnetzwelt.com

GTLOfficial
Shopify Partner
560 121 110

This is an accepted solution.

Hello @RdeBeer 
Go to online store ---------> themes --------------> actions ------> edit code------->Theme.css
add this code at the end of the file.

.cart__shipping {
display: none;
}

adn the result will be
8.png


If this was helpful, hit the like button and mark the job as completed.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
RdeBeer
Tourist
4 0 1

Thank you so much!!  It was doing my head in.

GTLOfficial
Shopify Partner
560 121 110

Always there to help you.....!!!
please hit the like button also.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh

Freheart
Tourist
6 3 3

Hi Renee welcome to the forum. 

I reckon your request might require the skills of a programmer and, let's be real, that probably means shelling out some cash.

Freheart_0-1721110490138.png

 

 

ZestardTech
Shopify Partner
5776 1052 1392

This is an accepted solution.

Hi @RdeBeer 

 

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > theme.scss.css and paste this at the bottom of the file:

 

.cart__shipping {
display: none !important;
}

 

ZestardTech_0-1721112700045.png

 

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
RdeBeer
Tourist
4 0 1

Thank you! it worked!