Can someone please provide the code to show this on my product page with random numbers example 0-50 people viewing the product right now and 0-10 sold in last 24 hours?
I use dawn theme.
Mywebsite: www.heeriye.pk
Can someone please provide the code to show this on my product page with random numbers example 0-50 people viewing the product right now and 0-10 sold in last 24 hours?
I use dawn theme.
Mywebsite: www.heeriye.pk
You can achieve this just by following these steps:
class="card__information"
people are viewing this product right now.
sold in the last 24 hours.
I hope this solution worked for you! if not then maybe you didn’t correctly pass the code kindly share your collaboration code so I can add that code for you
If yes Just like this Reply and Mark it as a Solution and to keep me motivated BUY ME A Coffee
i want to show icon also
Thank you, its working but i want some styling and icon also. i want text color red and font size 12. Please help
In order to fulfill your request, please follow these steps
{%- assign min = 0 -%}
{%- assign max = 100 -%}
{%- assign diff = max | minus: min -%}
{%- assign random_number = "now" | date: "%N" | modulo: diff | plus: min -%}
{{ random_number }} People are viewing this right now
Here is the result: https://prnt.sc/zD7ku4SECxtS
I hope this helps
Best,
Daisy
Ok For that thing use this updated Code
For the Last 22 Hours
{% comment %} For Last 22 Hours {% endcomment %}
sold in the last 22 hours.
For people View
people are viewing this product right now.
Add This CSS to your base.css or theme.css file This code helps to change the color and the size of the text
just follow these steps to find these files.
.product-info p { display: flex; align-items: center; gap: 5px; margin-block: 7px; font-size: 12px; color: red; }
.product-info p .icon { width: 20px; height: 20px; }
.product-info p .icon svg { width: 100%; height: 100%; fill: red; }
The Javascript will be the same
The result will be like
Thank you so much, its work perfectly.
Glade to hear that if you need any more assistance feel free to reach me out