Hello everyone,
Been using this guide to add breadcrumbs to the Dawn theme. The issue I’m having is collections not showing up on the breadcrumbs for the product page. I saw this guide here , and it seems that it’s outdated. Seems Shopify has updated the Dawn theme, does anyone have any solutions?
2 Likes
Doesn’t work unfortunately, same issue
1 Like
@macodocious
For that you are not a developer, you need a developer,
Everything can work on just copy and paste the code.
you have to develop your own logic.
So hire a developer or take a help from developer,
Thank you.
@macodocious
You can try out this code.
create a file breadcumb.liquid
and paste this code,
Now, add render this file on product.liquid file where you want to display the breadcumbs
{% render 'breadcumb %}
{%- unless template == 'index' or template == 'cart' or template == 'list-collections' or template == '404' -%}
{%- assign t = template | split: '.' | first -%}
{%- endunless -%}
Hi, have you found a solution yet? We’re also trying to add full breadcrumbs using the latest version of the Dawn theme but no luck yet unfortunately.
EC3
September 9, 2022, 3:14am
7
I have tried but have not been successful in applying the recommendations above. Has anyone tried it successfully?
Are you still having issues with this? I am asking because I am working on a video to show merchants how to add breadcrumbs to any theme.
Would this be of interest to you or are you no longer trying to do this?