Answers for "output products from collection"

0

output products from collection

{% for item in collections[section.settings.collection2].products %}
    <div class="slider-item">
        {{ item.title }}
        {{ item.price | money }}
        {{ item.featured_image | img_url: '250x' }}
        {{ item.url }}
    </div>
{% endfor %}
Posted by: Guest on September-17-2021

Code answers related to "output products from collection"

Browse Popular Code Answers by Language