Can't remove/edit free shipping indicator on website theme.

Solved

Can't remove/edit free shipping indicator on website theme.

LuxSomnia
Tourist
7 0 6

I used Zendrop in order to create my store but I can't seem to edit the sliding bar in order to display a different value or remove the bar in the first place. I'm trying to make it need a total of $30 to qualify for free shipping but am unable to edit or remove it to replace it with plain text. Support was very helpful but unfortunately said that it comes down to editing something within the code of the website and that I should ask for help in the forums. Please let me know if there is a way to fix this issue.Screenshot 2024-09-14 115514.png

Accepted Solutions (2)
BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

- Here is the solution for you @LuxSomnia 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.cart-progress {
 display: none !important
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726371294607.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

- Here is the solution for you @LuxSomnia 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<script>
window.addEventListener('load', function() {
    let form = document.querySelector(".cart-drawer__form");
var newMessage = document.createElement('p');
 newMessage.textContent = '30$ to get free ship';
var firstChild = form.firstChild;
form.insertBefore(newMessage, firstChild);
})
</script>

- Here is the result you will achieve:

BSSTekLabs_0-1726411219420.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Replies 12 (12)

BSS-TekLabs
Shopify Partner
2322 688 809

Hello @LuxSomnia 
Our team is ready to help you.
Please share your website URL so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuxSomnia
Tourist
7 0 6

here is the link to my website.

https://luxsomnia.myshopify.com/

BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

- Here is the solution for you @LuxSomnia 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<style>
.cart-progress {
 display: none !important
}
</style>

- Here is the result you will achieve:

BSSTekLabs_0-1726371294607.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuxSomnia
Tourist
7 0 6

after doing this, how would I also add a free shipping feature?

LuxSomnia
Tourist
7 0 6

also, I don't see anything labeled </head>

However, I do see <head>. I don't know much about coding so I don't know if there's a difference between the two.

BSS-TekLabs
Shopify Partner
2322 688 809

Scroll down a bit and you will see the </head> tag.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuxSomnia
Tourist
7 0 6

yes thank you, I found it and removed the indicator. Would you be able to help me in adding a $30 free shipping indicator? It doesn't need to be fancy just functional. (I.e. text)

BSS-TekLabs
Shopify Partner
2322 688 809

This is an accepted solution.

- Here is the solution for you @LuxSomnia 
- Please follow these steps:
1. Go to Online Store --> Theme --> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head> and press 'Save' to save it

<script>
window.addEventListener('load', function() {
    let form = document.querySelector(".cart-drawer__form");
var newMessage = document.createElement('p');
 newMessage.textContent = '30$ to get free ship';
var firstChild = form.firstChild;
form.insertBefore(newMessage, firstChild);
})
</script>

- Here is the result you will achieve:

BSSTekLabs_0-1726411219420.png

 

- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
LuxSomnia
Tourist
7 0 6

thank you! this is perfect.

BSS-TekLabs
Shopify Partner
2322 688 809

Glad to help you. Have a good day!

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Moeed
Shopify Partner
5323 1437 1723

Hey @LuxSomnia 

 

Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.

 

Best Regards,
Moeed

 

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


LuxSomnia
Tourist
7 0 6

here is a link to my website.

https://luxsomnia.myshopify.com/