I am trying to have a lifestyle image shown every 6 items of the collection, I been working with the collection template but it seems not be working.
Thank you in advance for the help.
I am trying to have a lifestyle image shown every 6 items of the collection, I been working with the collection template but it seems not be working.
Thank you in advance for the help.
Hi @cesarsosa ,
Are you wanting this?
Please send me the code of main-collection.liquid file, I will help you to add it
More like, replace the 6th luggage and instead put a picture.
Hi @cesarsosa ,
Are you wanting this?
Please send me the code of the collection-template.liquid file, I will show you how to add it
Yes, that is what I am looking for. Please find attached the template.
Thank you,
Hi @cesarsosa ,
Please add code here:
Code:
{%- if forloop.index == 6 -%}

{%- endif -%}
You can change the image src as you like.
Hope it helps!
That is what I was looking for. Thank you!!