Thank you. I will try to figure out how that’s done.
Topic summary
• Objective: Show product tags on each product page and make them clickable to view all products with the same tag, ideally not limited to any specific collection.
• Latest guidance: This is possible via theme/code changes. Convert each product tag into a hyperlink on the frontend and append the tag to the end of the URL so clicking filters products by that tag.
• Technical note: Product tags are metadata labels used to categorize or filter products. Tag-based filtering typically works by passing the tag in the URL (e.g., path or query parameter) to return a results page of items carrying that tag.
• Outcome and status: No code snippet or exact URL format was provided. The requester will try implementing the approach. The discussion is still open, with details on the precise URL structure and template changes remaining unspecified.