Clickable dynamic logos for different collections on product page (Dawn theme)

Hi guys,

I have multiple collections of products on my store and I want each product page for each collection to dynamically show their own unique collection logo above the product titles on the product pages which a user can click to return to the relevant product collection page of whichever the current product is from.

Like this

What is the fastest way to achieve this? Ideally without creating individual product page templates for each collection.

Hi @Loz86 ,

You can create two metafields:

  1. On the product - To store relevant collection information.
  2. On the collection - To store the collection logo.

After creating the metafields, you can use the image and the collection to display the logo. To achieve this, you will need to make changes to the template. The setup can be completed within an hour. The remaining task involves adding the respective collection and images to each product.

Thank you very much for the reply @theycallmemakka

I have created the two metafields on product and collection

Product

Collection

I have assigned the images/logos to their metafields in admin panel.

How would I add the block for the logo in the theme customiser for the product page template as there is no block for image under product information, only these are options..

Should I be doing it using a custom liquid block?