Oh, I'm sorry, the frontpage collection isn't working for me either. Here's what I've been doing to get all my products– can you help me paginate this?
{% for collection in collections %} {% for product in collection.products %}<li><a href="{{ product.url }}"><div class="product"><figure><img src="{{ product.featured_image | product_img_url: 'medium' }}" /></figure><div class="product-name">{{ product.title }}</div><div class="product-details">{{ product.type }}</div><div class="product-price">{{ product.price | money }}</div></div></a></li> {% endfor %} {% endfor %}