How to remove free shipping bar from cart view

I would like to disable the green free shipping bar from my cart view as this shipping notification is not needed in my system.

I have spent many hours with no success. As I am led to believe that is a coding issue.

Thanks in advance

Hi, @Fred10101 ,

Kindly share your store URL and password.

https://i6uffibtbrfltaf2-76090736926.shopifypreview.com

Hello @Fred10101

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.cart__layout_right div#threshold_bar_popup { display: none; }

So this is the correct section ? :

I tried pasting that code but not sure if I put it in the correct spot.

Below is original code

{% if settings.favicon != blank %}

{% endif %}

{% capture seo_title %}
{{ page_title }}
{% if current_tags %}
{%- assign meta_tags = current_tags | join: ', ’ %} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{% endif %}
{% if current_page != 1 %}
– {{ ‘general.meta.page’ | t: page: current_page }}
{% endif %}
{% unless page_title contains shop.name %}
– {{ shop.name }}
{% endunless %}
{% endcapture %}

{{ seo_title }}

{% if page_description %}

{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}

{{ 'general.accessibility.skip_to_content' | t }} {% section 'nov-header' %} {{ content_for_layout }} {% section 'nov-footer' %}
{{ 'layout.mainmenu.title_box_mobile' | t }}
{% include 'nov-formsearch' %}

{% include ‘nov-stickymenu-mobile’ %}

{% include ‘nov-popup-newsletter’ %}

×
{% form 'create_customer' %}
{{ 'customer.register.title' | t }}
{{ 'customer.register.sub_title' | t }}
{{ form.errors | default_errors }}
{{ 'customer.register.checkbox_newsletter' | t }}
{% endform %}
{% form 'customer_login' %}
{{ 'customer.login.log_in' | t }}
{{ 'customer.login.title_form' | t }}
{% if form.password_needed %} {% endif %}
{% endform %}
{{ 'customer.recover_password.title' | t }}
{% form 'recover_customer_password' %}

{{ form.errors | default_errors }}

{% if form.posted_successfully? %}

{% endif %}

{{ 'customer.recover_password.cancel' | t }}
{% endform %}

{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}

{% unless customer %}

You must be logged in to manage your wishlist.

Login in here
{% endunless %}

{% if settings.show_multiple_currencies == true %}
{% include ‘nov-currency’ %}
{% endif %}

{{ ‘nuranium.js’ | asset_url | script_tag }}

Hi @Fred10101

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the 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


Hope this can help you solve the issue

Best regards,

Richard | PageFly

1 Like

Hi, thank you for your help,

The green bar has now gone in the cart exactly as I needed.

But on the cart drop down the green bar is still present. As attached.

Also would like assistance removing in cart “Free shipping for any orders
above $0.00”
As this was part of the green bar.

Screen shots attached

Kind Regards

please help?

Hi @Fred10101 you can replace the code above with the code here as same instructions


result

1 Like

I have pasted given code now you can replace code

{% if settings.favicon != blank %}

{% endif %}

{% capture seo_title %}
{{ page_title }}
{% if current_tags %}
{%- assign meta_tags = current_tags | join: ', ’ %} – {{ ‘general.meta.tags’ | t: tags: meta_tags -}}
{% endif %}
{% if current_page != 1 %}
– {{ ‘general.meta.page’ | t: page: current_page }}
{% endif %}
{% unless page_title contains shop.name %}
– {{ shop.name }}
{% endunless %}
{% endcapture %}

{{ seo_title }}

{% if page_description %}

{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}

{{ 'general.accessibility.skip_to_content' | t }} {% section 'nov-header' %} {{ content_for_layout }} {% section 'nov-footer' %}
{{ 'layout.mainmenu.title_box_mobile' | t }}
{% include 'nov-formsearch' %}

{% include ‘nov-stickymenu-mobile’ %}

{% include ‘nov-popup-newsletter’ %}

×
{% form 'create_customer' %}
{{ 'customer.register.title' | t }}
{{ 'customer.register.sub_title' | t }}
{{ form.errors | default_errors }}
{{ 'customer.register.checkbox_newsletter' | t }}
{% endform %}
{% form 'customer_login' %}
{{ 'customer.login.log_in' | t }}
{{ 'customer.login.title_form' | t }}
{% if form.password_needed %} {% endif %}
{% endform %}
{{ 'customer.recover_password.title' | t }}
{% form 'recover_customer_password' %}

{{ form.errors | default_errors }}

{% if form.posted_successfully? %}

{% endif %}

{{ 'customer.recover_password.cancel' | t }}
{% endform %}

{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}

{% unless customer %}

You must be logged in to manage your wishlist.

Login in here
{% endunless %}

{% if settings.show_multiple_currencies == true %}
{% include ‘nov-currency’ %}
{% endif %}

{{ ‘nuranium.js’ | asset_url | script_tag }}

.cart__layout_right div#threshold_bar_popup { display: none; }

Hi Richard, the green bar issue has now been fixed thank you for that.

But I still need to remove the following line from cart

“Free shipping for any orders above $0.00”

This is when you are in the cart itself .

The preview link has expired, can you share a new one for me?

https://tyrelfbue0u96126-76090736926.shopifypreview.com

Hi Richard, the green bar issue has now been fixed thank you for that.

But I still need to remove the following line from cart

“Free shipping for any orders above $0.00”

This is when you are in the cart itself .

https://1pr81o9g3waln6ec-76090736926.shopifypreview.com