Solved

Delete "Special instructions for seller" in Debutify theme

Markan21
Visitor
3 0 0

Hi everyone!

I want to remove the text "Special instructions for seller" and the box in my  cart during the checkout. How can I do that without moving the rest of the text on the cart?

I also want to change the text "Tax included and shipping calculated at checkout".

I use the Debutify theme 3.0.3

Thank you in advance for the help!

 

Remove text.jpg

 

 

 

Accepted Solution (1)
diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@Markan21 

You're welcome. Kindly make sure to click on "Accept as Solution" below whichever answer helped you to help other people in the community with the same issue in the future.

Kind regards,
Diego

View solution in original post

Replies 5 (5)

LitExtension
Shopify Partner
4860 1001 1135

Go to file snippets > cart-page.liquid and please follow the steps:
- "Special instructions for seller": Find "CartSpecialInstructions" and remove label. https://i.imgur.com/fNBcKAg.png
- "Tax included and shipping calculated at checkout": Find "cart__policies text-center text-small rte" and change text here: https://i.imgur.com/hFrQN35.png
Hope it clear to you.

LitExtension - Shopping Cart Migration Expert
Check out our Shopify migration app to migrate your online store to Shopify
Markan21
Visitor
3 0 0

Hi LitExtension!

I followed your instructions exactly, but unfortunately it didn't work.

Snipping Tool.JPG

Snipping Tool 1.JPG

The text and the box are still there.

Do you know what the causes are?

 

Many Thanks!

 

 

 

diego_ezfy
Shopify Partner
2958 568 891

@Markan21, do this to fix it in 20 seconds:

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

.cart__note{display:none !important}


Please let me know whether it works.

Kind regards,
Diego

Markan21
Visitor
3 0 0

Hi  !

It worked! Thank you for your help.

diego_ezfy
Shopify Partner
2958 568 891

This is an accepted solution.

@Markan21 

You're welcome. Kindly make sure to click on "Accept as Solution" below whichever answer helped you to help other people in the community with the same issue in the future.

Kind regards,
Diego