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
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.
Hello @Fred10101
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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 %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}
{% include ‘nov-stickymenu-mobile’ %}
{% include ‘nov-popup-newsletter’ %}
{{ form.errors | default_errors }}
{% if form.posted_successfully? %}
{% endif %}
{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}
You must be logged in to manage your wishlist.
Login in here{% 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
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?
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 %}
{% if page_description %}
{% endif %}
{% include ‘social-meta-tags’ %}
{% include ‘icon-fonts’ %}
{% include ‘nov-head-css’ %}
{% include ‘nov-head-js’ %}
{{ content_for_header }}
{% include ‘nov-stickymenu-mobile’ %}
{% include ‘nov-popup-newsletter’ %}
{{ form.errors | default_errors }}
{% if form.posted_successfully? %}
{% endif %}
{% if settings.wishlist_enable %}
{% include ‘nov-popup-wishlist’ %}
{% endif %}
You must be logged in to manage your wishlist.
Login in here{% 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?
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 .