Hi there,
I have a products list page that uses a Products loop to output my products. The product group I am rendering has a product category associated with it that in turn contains a field called IsConfigurable. When I use DwTemplateTags, I see this field show up with a value. However, without DwTemplateTags it doesn't work. In other words, this:
<!--@If Defined(IsConfigurable)--> Starting from: <!--@EndIf-->
outputs nothing, no matter the value for IsConfigurable. However, this:
<!--@DwTemplateTags--> <!--@If Defined(IsConfigurable)--> Starting from: <!--@EndIf-->
works fine and outputs the text in the If statement.
Any idea what's going on? How can I access a product category field inside a product loop? This appears to work fine on a products details page.
Cheers,
Imar