Gifts
Loading Products
{% assign count = 0 %}
{% for product in loader.activeProducts %}
{% assign BatchIndex = loader.pendingBatchIndex | times: 12 %}
{% assign forLoopIndex = forloop.index | plus: BatchIndex %}
{% for banner in collectionGridBanners %}
{% assign bannerPosition = banner.position | plus: 0 %}
{% if forLoopIndex == bannerPosition and banner.collection == handle %}
{% assign count = count | plus: 1 %}
{% endif %}
{% endfor %}
{% endfor %}
Loading Products
No products match your selection