Remove free shipping meter in cart drawer!

Remove free shipping meter in cart drawer!

Raghul
New Member
7 0 0

I want to remove this free shipping meter, where can I do it?

 

Shipping meter.jpg

Replies 12 (12)

Sweet_Savior_3
Shopify Partner
1372 104 145

Hello 

 

If you have add the code for the free shipping then joi can comment the code in the cart drawer file.

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Raghul
New Member
7 0 0

I don't know who added the code, as I'm an SEO Specialist I couldn't find it!

Sweet_Savior_3
Shopify Partner
1372 104 145

Hello @ Raghul

It is added by the developer or with the theme developer.

If possible can you share the Store URL? 

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Raghul
New Member
7 0 0
Sweet_Savior_3
Shopify Partner
1372 104 145

Hello,

Thanks for the store URL.

It is better to comment the code from the cart file.


Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Raghul
New Member
7 0 0

This is main-cart.liquid

<div class="cart-template">
<div class="container">
{% render 'cart-template' %}
{% unless settings.layout_style == 'layout_style_fullwidth' %}
{% render 'cart-best-sellers' %}
{% endunless %}
</div>
{% if settings.layout_style == 'layout_style_fullwidth' %}
{% render 'cart-best-sellers' %}
{% endif %}
</div>

{% schema %}
{
"name": "Main Cart",
"settings": [
{
"type": "checkbox",
"id": "cart_notes",
"label": "Allow customers to add notes to their order?",
"default": true
},
{
"type": "header",
"content": "Secure Shopping Guarantee"
},
{
"type": "textarea",
"id": "secure_text",
"label": "Secure Shopping Guarantee Text",
"default": "Secure Shopping Guarantee."
},
{
"type": "image_picker",
"id": "img_trust",
"label": "Image Trust"
},
{
"type": "header",
"content": "Cart CountDown"
},
{
"type": "checkbox",
"id": "cart_countdown_enable",
"label": "Enable Count Down",
"default": true
},
{
"type": "range",
"id": "time_countdown",
"label": "Time Count Down",
"default": 30,
"min": 1,
"max": 60,
"step": 1,
"unit": "min"
},
{
"type": "header",
"content": "Coupon Code"
},
{
"type": "checkbox",
"id": "coupon_code_enable",
"label": "Enable?",
"default": true
},
{
"type": "text",
"id": "coupon_title",
"label": "Title",
"default": "Coupon Code:"
},
{
"type": "text",
"id": "coupon_content",
"label": "Content",
"default": "Coupon code will be applied on the checkout page"
},
{
"type": "header",
"content": "Gift card"
},
{
"type": "checkbox",
"id": "gift_card_enable",
"label": "Enable?",
"default": true
},
{
"type": "product",
"id": "product_to_use",
"label": "Product to use"
},
{
"type": "textarea",
"id": "gift_content",
"label": "Content"
},
{
"type": "text",
"id": "button_gift_text",
"label": "Text button",
"default": "Add"
},

{
"type": "header",
"content": "Cart Best Sellers"
},
{
"type": "checkbox",
"id": "show_cart_best_sellers_product",
"label": "Enable",
"default": true
},
{
"type": "text",
"id": "title",
"label": "Title",
"default": "Best Sellers"
},
{
"type": "collection",
"id": "show_slider_featured_collection",
"label": "Collection to use"
},
{
"type": "range",
"id": "slider_featured_limit_all",
"label": "Number of new products to show",
"min": 3,
"max": 30,
"step": 1,
"default": 16
},
{
"type": "select",
"id": "collection_results_per_row1",
"label": "Products per row",
"options": [
{
"value": "2",
"label": "2"
},
{
"value": "3",
"label": "3"
},
{
"value": "4",
"label": "4"
},
{
"value": "5",
"label": "5"
},
{
"value": "6",
"label": "6"
}
],
"default": "5"
}

 

]
}
{% endschema %}

Raghul
New Member
7 0 0

Hi, can I get a solution, please? I've to solve this issue as my store has a free delivery offer for all products!

 

I've also changed the shipping rate to free but it doesn't reflect too
free shipping.jpg

Sweet_Savior_3
Shopify Partner
1372 104 145

Hello @Raghul 

 

For that we need to check with the code of the cart drawer

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Raghul
New Member
7 0 0

Hi, as I checked, there is no separate code for the cart drawer. Where can I find it?

Raghul_0-1714388869545.pngRaghul_1-1714388888372.png

 

Sweet_Savior_3
Shopify Partner
1372 104 145
If possible please provide the access to the store so i can check it out
and remove for you.
Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
Raghul
New Member
7 0 0

I've to check with the head of the department, and I'll send you the access in a private message!

Sweet_Savior_3
Shopify Partner
1372 104 145

Sure you can send to the inbox mentioned in the signature below.

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!