I'm looking for a way to find alll the category paths to a product for all the categories a product is assigned to.
kinda like breadcrumbs but I need ALL of them for a product, not just the canonical one.
I found this in the docs..
CategoryCascadeList_Load_Category
but no examples or description of what it does or how it is used.
Is this what I need?
I can get all the categories a product is assigned to. I know that code. but now how do I go about getting the drill down paths for them.
It seems there should be a way outside of toolkit to do this now.
kinda like breadcrumbs but I need ALL of them for a product, not just the canonical one.
I found this in the docs..
CategoryCascadeList_Load_Category
but no examples or description of what it does or how it is used.
Is this what I need?
I can get all the categories a product is assigned to. I know that code. but now how do I go about getting the drill down paths for them.
It seems there should be a way outside of toolkit to do this now.
Comment