Hi Guys,
I was wondering if I can do something like this to filter the ProductGroups loop:
@foreach(var tmp in GetLoop("ProductGroups").Where(Ecom:Group.Name = "filter_string")){
do something;
}
Actually I would like to know if I can do that for Product Loops as well.
Thanks,
Adrian