Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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 %}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #output #products #collection
ADD COMMENT
Topic
Name
1+1 =