How can I add a sales countdown timer to all my products?

How can I add a sales countdown timer to all my products?

Doublee02
Tourist
9 0 0

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, 

Replies 5 (5)

Ujjaval
Shopify Partner
1242 197 211

harivishwakarma
Shopify Partner
322 46 55

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>

-----------------------------------------------------------------------

use only one code

--------------------------------------------------------------

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>

 

 

 

banned
Doublee02
Tourist
9 0 0

I want sales counter timer on my store not a inventory stock timer.

deepaksharma
Shopify Partner
448 63 99

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.

Deepak Sharma || Shopify Developer || Helping eCommerce Stores
- Was my reply helpful? Accept it as solution
- Was your question answered? Mark it as an Accepted Solution.
-CHAT ON WHATSAPP | BUY ME A COFFEE | MAIL ME: ds2305187@gmail.com

shreyapatel
New Member
4 0 0

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