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 am wondering if it is possible to create a category menu with the number of products in it.
Does anyone have some code for this. I've tried but did not succeed....
@{
var grpcat = (GroupCategoryData)Model.List.First();
var depth = grpcat.depth;
//this does not work
var count = grpcat.productcount;
}
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.
-
I am wondering if it is possible to create a category menu with the number of products in it.
Does anyone have some code for this. I've tried but did not succeed....
@{
var grpcat = (GroupCategoryData)Model.List.First();
var depth = grpcat.depth;
//this does not work
var count = grpcat.productcount;
}
Beta Was this translation helpful? Give feedback.
All reactions