Solved

remove tax included. shipping calculated at checkout

dawgminded
Explorer
54 0 18

Hello, 

I used the code below to remove the 'tax included. shipping calculated' message earlier but now its there again on all views. How can I remove from the add to cart page?

 

URL: dawgminded.com 

password: audio

 

.product__policies.rte {
    display: none;
}

 

 

removetaxandship.jpg

Accepted Solution (1)

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

@dawgminded 

.cart__shipping {
    display: none;
}

Add this in theme.scss

View solution in original post

Replies 7 (7)

Kinjaldavra
Shopify Partner
2302 570 1422

hello @dawgminded 

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-product .product__policies{
    display: none !important;
}

 

DxMartins
Excursionist
37 1 12

This is the only thing that works. Thanks.

dmwwebartisan
Shopify Partner
12280 2546 3694

@dawgminded 

Please check following URL for help

https://community.shopify.com/c/Shopify-Design/Delete-Shipping-calculated-at-checkout/td-p/533355

 

To make sure that the “Shipping calculated at checkout” message applies to your store, you can place a test order on your page and see if the text is there. If it is, you’ll probably want to remove it. Here’s what you do:

  1. Go to your Shopify Admin page and select “Online Store>Themes”.
  2. Next to your theme name, select “Actions”.
  3. From the drop-down menu, select “Edit Languages”.
  4. You’ll see multiple options. Select the “Cart” tab.
  5. Scroll down, and you’ll see “Taxes and shipping at checkout,” and underneath the text, you want to remove.
  6. Delete the “Shipping calculated at checkout” text.
  7. Replace it with whatever text you want.
  8. Click “Save”.
If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app
DxMartins
Excursionist
37 1 12

This doesn't work. As you can see on my screenshot, I've replaced the text  on the “Cart” tab, saved it, and the product page still shows the same text as before.

Screenshot (232).png

 

Zworthkey
Shopify Partner
5581 642 1565

This is an accepted solution.

@dawgminded 

.cart__shipping {
    display: none;
}

Add this in theme.scss

Diacora
Visitor
1 0 0

theme.scss does not exist anymore what else can i do?