We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Adding an image to the side of the Collection Page grid

Adding an image to the side of the Collection Page grid

heyitsa
Visitor
2 0 0

Hello, I would like to add an image per collection page on the side of each grid. After two/three rows of images, each collection page will have an image that's a 2 x 2 block that can link to another page or site.

Here's what I think the steps would be:

1. Create a new image upload form to be added in the collection page editor (Separate from the main desc box, form should include option to insert link destination)

See photo for example:

heyitsa_0-1596392597938.png

I'm currently stuck on how to display the in the grid itself as the collection page has a loop of product items, and I don't know how to insert the image there. Can someone point me in the right direction? Currently using the Symmetry theme v4.5.0

collection-template.liquid snippet

    <div class="collection-listing{% if section.settings.coll_gridstream_mode == 'stream' %}-stream{% endif %} cf">
      <div class="product-list">
        {% for product in collection.products %}
        {% include 'product-block' with product, include_quick_buy_markup: include_quick_buy_markup %}
        {% endfor %}
      </div>
    </div>

 

Replies 6 (6)

diego_ezfy
Shopify Partner
2988 573 931

Hello,

Please share the URL of your store.

Search for text across all files in your Shopify theme
◦ Proudly top #5 Shopify Expert of all time - Book a call with me here.
heyitsa
Visitor
2 0 0

Hey, thanks for replying. Currently the store is under development so it's not online as of yet.

malissa-pearl
Tourist
4 0 1

Hi! I am trying to do something similar. Were you ever able to figure something out?

samcomtech
Visitor
1 0 0

Hi, Same here, I am also stuck on the code, could you please guide me?

golden47
New Member
8 0 0

Hi, 

Hope you're good! 

Did you manage to create this kind of section ? 

Im looking for the same 🙂

seantay1993
Explorer
87 2 7

Hi, have you solved this, was trying to do think too.