You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a ViewModel that recusively renders all categories in a sidebar. Nothing fancy, just a static list of categories.
Now I would like to incorporate virtual categories into this. I see that your module renders all virtual subcategories inside the category filter, which I don't use. Magento's filter concept is complex enough, it is hard to keep track when filters and categories are mixed, so I tend to keep them separate.
My question: is there a way to get and render all (virtual) subcategories of a virtual category somehow?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have created a ViewModel that recusively renders all categories in a sidebar. Nothing fancy, just a static list of categories.
Now I would like to incorporate virtual categories into this. I see that your module renders all virtual subcategories inside the category filter, which I don't use. Magento's filter concept is complex enough, it is hard to keep track when filters and categories are mixed, so I tend to keep them separate.
My question: is there a way to get and render all (virtual) subcategories of a virtual category somehow?
All reactions