I have had to load my product categories by drilling direct into the MySQL database.
Each product can be in two Category 'trees' - one is genre and the other is artist.
So a CD from 'The Beatles' X might be in the Rock genre, and in the B- sub-category of the Artist category.
In the Genre, the breadcrumb is correct: Home > Genre > Rock > Beatles - CD Title
BUT in Artist the sequence is wrong: Home > B- > Artist > Beatles - CD Title instead of Home > Artist > B- > Beatles - CD Title
What have I not understood in the database? Thanks!
Each product can be in two Category 'trees' - one is genre and the other is artist.
So a CD from 'The Beatles' X might be in the Rock genre, and in the B- sub-category of the Artist category.
In the Genre, the breadcrumb is correct: Home > Genre > Rock > Beatles - CD Title
BUT in Artist the sequence is wrong: Home > B- > Artist > Beatles - CD Title instead of Home > Artist > B- > Beatles - CD Title
What have I not understood in the database? Thanks!
In General
Share this post:
Accepted Answer
Thanks Cüneyt, I confirm its being fixed: https://github.com/arastta/arastta/commit/fbaf18c813f96624cd6da879971227b846d59d56
Responses (8)
-
Accepted Answer
I'm not sure what you have done in the database, but I have noticed the same behaviour in the demo and other stores, so it seems to be a bug in Arastta and not your data.
Example http://demo.arastta.org/en/tablets/test20/test25 -
Accepted Answer
Thanks Rune. Perhaps I can hack the php to echo the SQL calls.
I haven't really understood the columns number in the categories. It says "number of columns to use for the bottom 3 categories. Only works for the top parent category"
But increasing that to 5 for the top level one doesn't change the order in the breadcrumbs. ANd reducing it to 2 has no obvious effect. -
Accepted Answer
I haven't looked at or tested the columns settings, but I guess it's related to the number of columns in a drop-down menu, and/or the "Refine Search": http://demo.arastta.org/en/tablets
Edit: I added the ordering issue as a issue on GitHub: https://github.com/arastta/arastta/issues/228 -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »