Skip to product information
1 of 1
Published:2023.05.28

How to display a link to the collection a product belongs to in product details in Shopify

How to display a link to the collection a product belongs to in product details in Shopify

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

This is a method to display a list of collections that the product is included in on the Shopify product information screen. As with related product links, this is expected to increase the navigation of visitors looking for similar products. You can also use this in conjunction with the product tag link list that I shared previously.


How to display a link to the list of collections that a product belongs to in the product details


After making a purchase (all items are ¥0), you will be able to view the sample code.

If you have already made a purchase, please login here.

Sample Codes

Test Theme :Dawn/Rise 15.2.0

Add a custom Liquid block to the product details of your product template and insert the code.

Related Post