product.sold_products_count
. You can refer to the product schema for more details.{% if product.sold_products_count %}
<div class="product-count d-flex align-items-center">
<span class="icon-military_tech" style="color: #FFCF57; font-size: 16px"></span>
<span class="lang">
{{ locals.product_sold_more_than_x_times |
format(product.sold_products_count) }}
</span>
</div>
{% endif %}