Skip to product information
1 of 1
Published:2024.10.16

Example of how to display related keywords on the product details page of the Shopify theme "Rise/Dawn" and link to the "Collection tag refinement page" or "Search results page" (using the theme editor without editing code)

Example of how to display related keywords on the product details page of the Shopify theme "Rise/Dawn" and link to the "Collection tag refinement page" or "Search results page" (using the theme editor without editing code)

Applications

  • Product information management and editing

How to implement

  • LIQUID
  • HTML/CSS
View full details

This is an example of how to display a related keyword link block on a Shopify product page. However, it is possible to set this up using only meta fields and custom liquid in the theme editor, without needing to edit code using files like in the previous example (https://store-dojo.com/products/2024-10-15).


Example of how to display related keywords on the product details page of the Shopify theme "Rise/Dawn" and link to the "Collection tag refinement page" or "Search results page" (using the theme editor without editing code)


[(For the Rise theme) Setup step 1] Create a product metafield "custom.keywords" with a single line of text as a value list type and set keywords for the target product.


[(For Rise/Dawn Themes) Setup Method 2] Add a customized Liquid block to the product information section of the product template and insert the code.


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 customized Liquid section to the header group template and insert the code.

Related Post