Shopify themes, liquid, logos, and UX
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.
Solved! Go to the solution
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:
- 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
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:
- 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
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
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:
- 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
after doing this, how would I also add a free shipping feature?
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.
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
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)
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:
- 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
thank you! this is perfect.
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
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
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024