Hi,
I’m trying to display the number of items in the cart using:
<div class="snipcart-summary-">
Number of items: <span class="snipcart-total-items"></span>
</div>
However the value is not displayed. If I try to display the Total price however, the price is displayed.
Any thought on what the issue/fix might be?