Shopify themes, liquid, logos, and UX
Hi,
I wanted to add sales countdown timer on my all products. Kindly help me out, how can i add sales count town in my store.
Thanks,
@Doublee02
Follow below link it maybe helpful to you :https://ecomexperts.io/blogs/liquid-tutorial-shopify/how-to-add-sale-countdown-timer-to-your-shopify....
Hallo @Doublee02
GO to online store > Theme > Action > edit code > section > Product-Template.liquid/main-product.liquid
find add to cart button,(above) and paste the following code:
2 method
1.
<div>{% assign product_quantity = 0 %}
{% for variant in product.variants %}
{% assign product_quantity = product_quantity | plus: variant.inventory_quantity %}
{% endfor %}
Number of available units : {{ product_quantity }}</div>
-----------------------------------------------------------------------
--------------------------------------------------------------
2.
one more code
{% assign current_variant = product.selected_or_first_available_variant %}
<div class="inventoryNote form__label">
{% if current_variant.available %}
{% if current_variant.inventory_quantity > 0 and current_variant.inventory_quantity <= 10 %}We have {{ current_variant.inventory_quantity }} in stock
{% elsif current_variant.inventory_quantity > 10 %}We have more than 10 in stock
{% endif %}
{% endif %}
</div>
I want sales counter timer on my store not a inventory stock timer.
Hi there Doublee02
Deepak here If you still need the timer for your store you can get the codes from here it has multiple settings to play with hope it helps you. Click on the Countdown timer to visit you can also mail the creator if need any help.
Hey! @Doublee02
I was in the same boat a while ago, wanting to add a sales countdown timer across all my products to boost conversions.
After trying out a few options, I stumbled upon the Iconic - Countdown with Collection from shop.arhamwebworks, and it’s been a game-changer!
What I love about Iconic is how easy it is to set up and customize. It integrates perfectly with my store, and the ability to tweak the design to fit my brand is a huge plus. The best part? It’s super affordable, so I didn’t have to break the bank to get a professional-looking countdown timer on my site.
Since I started using it, I’ve noticed a real uptick in sales—customers are definitely responding to that added sense of urgency. If you’re looking for a quick and cost-effective way to add a sales countdown timer to your store, I highly recommend giving Iconic a try. It’s saved me tons of time and hassle, and the results speak for themselves!🙂
Thanks
By 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, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024