How to create a new div row after every 3rd product in liquid? – Shopify
How do I wrap my products in a new <div class="row"></div> after every 3rd product? I have looked at using the cycle iteration tag but can't quite figure out how to implement properly in my code. {% for product in…