Here is some weird bug. I have the following categories structure:
main category>subcategory1>subcategory2>product
If i just delete subcategory1, subcategory2 may appear randomly in breadcrumbs of the other categories/products.
Here is an example:
You had -"main category>subcategory3>subcategory4>product", and if you delete subcategory1 (which is not associated with subcategory 3 or 4, just with the main category, and is a parent category for subcategory2), you may end up with such breadcrumbs
This orphaned category seem to associate with the other subcategories randomly.
It seems like the problem is that if you delete a whole category, subcategories remains undeleted and are still in the database. And there is no option to delete subcategories along with the category (only options to delete/save products).
If you use search bar on the backoffice, you can still find orphaned subcategory, and you can still find it in the database, though parent_id refers to the deleted category (subcategory1) that does not exist anymore.
Also, if you click that subcategory2 in the breadcrumbs, it's still active, and it's still has products on its page. But if you look at that product on the backoffice, it is not associated anymore with subcategory2 (not with any category at all)
Question
hedgehog
Here is some weird bug. I have the following categories structure:
main category>subcategory1>subcategory2>product
If i just delete subcategory1, subcategory2 may appear randomly in breadcrumbs of the other categories/products.
Here is an example: You had -"main category>subcategory3>subcategory4>product", and if you delete subcategory1 (which is not associated with subcategory 3 or 4, just with the main category, and is a parent category for subcategory2), you may end up with such breadcrumbs
"main category>subcategory3>subcategory4>subcategory2>products".
This orphaned category seem to associate with the other subcategories randomly. It seems like the problem is that if you delete a whole category, subcategories remains undeleted and are still in the database. And there is no option to delete subcategories along with the category (only options to delete/save products).
If you use search bar on the backoffice, you can still find orphaned subcategory, and you can still find it in the database, though parent_id refers to the deleted category (subcategory1) that does not exist anymore.
Also, if you click that subcategory2 in the breadcrumbs, it's still active, and it's still has products on its page. But if you look at that product on the backoffice, it is not associated anymore with subcategory2 (not with any category at all)
5 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now