I have a .net 4.6.1 project
with cms and commercein cms I have the page structure.in commerce I have the catalog
tree view example catalog commerce:
home -> category1.1 -> category1.2 -> product1
home -> category1.1 -> category1.3 -> product1
When I access product1 in commerce in belongs to.
main category
home -> category1.1 -> viewall
Additional Categories
home -> category1.1 -> category1.3
home -> category1.1 -> category1.2
When I enter the product page I always get the full breadcrumb because it is the main one.
but the user was able to browse
home -> category1.1 -> category1.3
How can I show the correct breadcrumb?
↧
I can't get the right breadcrumb.
↧