-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
P3: NormalPriority mark - normal priorityPriority mark - normal priorityfeature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you can
Description
What is the motivation for adding / enhancing this feature?
Currently vuestorefront uses the url_path to define breadcrumbs, by splitting it on / and using the parts as category names. However not all commerce servers use this exact seo path format. It would be great if, in addition to the default behavior, a server can set a parent_ids field that holds a list of parent id codes so that it can use that for breadcrumb navigation.
What are the acceptance criteria
- If parent_ids are set, use this as the breadcrumb id list, else use the original behavior list
Can you complete this feature request by yourself?
- YES
- NO
Which Release Cycle state this refers to? Info for developer.
Pick one option.
- This is a normal feature request. This should be available on https://test.storefrontcloud.io and then after tests this can be added to next Vue Storefront version. In this case Developer should create branch from
developbranch and create Pull Request2. Feature / Improvementback todevelop.
Additional information
I have a patch for this ready if this feature is acceptable. (In addition to this, a simple tweak that allows string id's to work with breadcrumbs)
Metadata
Metadata
Assignees
Labels
P3: NormalPriority mark - normal priorityPriority mark - normal priorityfeature requestRequests for new features. Please be as specific as possible and provide proposal API if it you canRequests for new features. Please be as specific as possible and provide proposal API if it you can