GatsbyStorefront / gatsby-theme-storefront-shopify

Create a Shopify store with Gatsby JS 🛍️ 🛒

Home Page:https://gatsbystorefront.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add breadcrumps

muescha opened this issue · comments

Describe the feature you'd like:

when i am in a deep subcategory i can go only back with the "hamburger menu" to the topmost category

Suggested implementation:

add a breadcrump element or a link to the next higher category, that the user can navigate better.

Describe alternatives you've considered:

Teachability, Documentation, Adoption, Migration Strategy:

commented

Hi @muescha
This is a good one!
Think it is enough to have a straightforward implementation using gatsbystorefront-config.js and it's menu object as data source to create breadcrumbs.

commented

This starter is awesome!