Hello all,
I'm wanting to make the "Sold out" bubble that appears on the bottom-right of the card stay there, with the number of inventory left.
I've been looking at this snippet below and wasn't sure if this is where to start. It's in Featured-Product.liquid
{%- if variant.sku != blank -%}
"sku": {{ variant.sku | json }},
{%- endif -%}
"availability" : "http://schema.org/{% if variant.available %}InStock{% else %}OutOfStock
{% endif %}",
"price" : {{ variant.price | divided_by: 100.00 | json }},
"priceCurrency" : {{ cart.currency.iso_code | json }},
"url" : {{ request.origin | append: variant.url | json }}
I'd appreciate any help,
Jnolla
Please share your store URL!
Thanks!
User | RANK |
---|---|
231 | |
54 | |
50 | |
31 | |
31 |