Adding breadcrumb navigation to Shopify’s Dawn theme remains problematic, specifically that product pages do not show the collection in the breadcrumb trail. Older guides appear outdated due to Dawn updates, and the official Liquid example does not resolve the collection-on-product issue.
Resources attempted:
Shopify Liquid breadcrumb example and a community guide: not working for current Dawn.
A third-party tutorial (ecomexperts link): reported as not fixing the issue.
Suggestions include hiring a developer and building custom logic. A code snippet was shared (creating breadcumb.liquid and rendering it on product.liquid), but it appears incomplete: it only checks the template and assigns a variable without actual breadcrumb construction, and the render tag is mis-typed. Code is central, but no verified working implementation is provided.
Several participants confirm they cannot get full breadcrumbs in the latest Dawn and ask for successful examples.
A developer mentions preparing a video tutorial to add breadcrumbs to any theme and offers interest-based sharing.
Status: Unresolved and ongoing. Key open question: how to reliably include collections in product-page breadcrumbs under the current Dawn theme.
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?