Hi guys, sorry for this question, but I'm trying to catch up on a few years of Dynamicweb coding break.
I have a page template which starts like this (I have to do changes to a already built site):
@using Dynamicweb.Ecommerce.Products @inherits Dynamicweb.Rendering.ViewModelTemplate<Dynamicweb.Frontend.PageViewModel>
On this page I would like to check if there has been set a boolean value on a custom ecom group field, and then output the navigation using another navigation template... Earlier on I would have figured it out, but now I don't know how to get values outside of the PageViewModel... (I don't have any Intellisence)
Any help to help me get my lightbulb turned on again would be greatly appreciated!