Example below is from Logitech’s website, I want to sprinkle in cards of other collections in between product grid lists. Is it possible with Shopify?
Hi @dfmkt20 ,
This is completely possible, as long as you have experience in coding, it will change quickly.
Please go to sections > collection-template.liquid file, find ‘grid__item grid__item–’ and add code here:
Refer code:
{% if forloop.index == 3 %}
-
{% endif %}
Hope it helps!

