AbanteCart Community
Shopping Cart Operations => Support => General Support => Topic started by: nigelt on April 06, 2014, 11:29:23 AM
-
I've just installed Abantecart and must say.. I love it !.
We have magento as our production system but am always looking for something "easier" and prettier, and this certainly is both !.
Question about breadcrumbs...
I have set up some categories
Main cat (as shown on the menu bar)
... sub1
... ... sub1a
... ... ... product 1
... ... ... product 2
When I drill down to product 1 the breadcrumbs show "home > sub1a" when I click on the product, breadcrumbs become "home > sub1a > product1"
I'd have expected to see "home > main cat > sub1 > sub1a"
Once you've hit the product you can only breadcrumb to the category the product is in, not up to previous categories.
Have I missed a setting somewhere ?
Thanks
-
I think breadcrumbs show only category that you access and does not build full subcategory trail. I am sure this can be changed.
-
If you can recall how, that would be brilliant.
Thanks very much.
-
I think I will be able to get to this later today or tommorow
-
Here is a fix for breadcrumbs in case of SEO URLs or in some other cases:
https://github.com/abantecart/abantecart-src/commit/d3a415c67904b97ab2ec14de9c9108de724a02ae
-
That works fine until you get to the actual product, and then the breadcrumb just shows home / current level / product name.
You can click on "current level" and that will then show all the previous breadcrumbs fine, but would really like to see....
home / first level / 2nd level / current level / product name .. showing on the product page
Is that possible ?
Thanks for your efforts, appreciate it.