Last active
September 7, 2016 03:38
-
-
Save zoerooney/2f5a5ae07bee820c9a4d to your computer and use it in GitHub Desktop.
Shopify product breadcrumbs showing tag-based subcategories. Full tutorial here: http://zoerooney.com/blog/tutorials/shopify-product-breadcrumbs-with-tag-support/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="{{ product.url | within: collection }}{% if current_tags %}?tag={{ current_tags.first | handleize }}{% endif %}"> | |
<img src="{{ product.featured_image | product_img_url:'grande' }}" alt="{{ product.title }}" id="img{{ img_count }}" class="main-img" /> | |
<h3>{{ product.title }}</h3> | |
</a> |
Bump! Tutorial link is still down. 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Zoe.
Nice resource. Just to a quick note to say that your blog/tutorials link is down!!