Show products with same tags on product page

digitalist
Visitor
3 0 0

I wish to be able to group products with tags and have products from the same group/tag shown on the product page.

 

For instance I have 3 products of the same type. I have added the same tag to all of the "serie_pillow".

 

So on product page A I wish to also have shown product B and product C - more or less as related products but controlled by tags.

 

Anyone who can help me figure this out? 

Replies 5 (5)

Developer-G
Shopify Partner
3079 604 856

Hello 

{% for product in collection.products %}
{% if product.tags contains "serie_pillow" %}
<a href="{{ product.url }}">{{ product.title }}</a>
 //  And your other code
{% endif %}
{% endfor %}

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
digitalist
Visitor
3 0 0

Thanks, but will it be possible to have it more dynamically so it not only is for the specific tag "serie_pillow" but for all tags starting with "serie_" for other products/groups?

Developer-G
Shopify Partner
3079 604 856

Yes possible, have to customize code according to need.
Thanks

- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on store Hire me.
- Email: guleriathakur43@gmail.com - Skype: navrocks1 ,
- Try GEMPAGES a great page builder
-Advance Search Filter
JankoM
Shopify Partner
4 0 1

This is only for the products with the single tag

{% for tag in product.tags %}
  {% assign singleTag = tag %}
{% endfor %}

{% for product in collection.products %}
  {% if product.tags contains singleTag %}
      {{ product.title }}
  {% endif %}
{% endfor %}

ameernormie
Shopify Partner
4 0 1

There's an app that does product-product navigation based on tags. It shows your tags on product pages. You may find it useful
https://apps.shopify.com/product-tag-image