Hi there, Everyone:
How do I render / vrender a page depending on a conditional in a custom product field?
My products have a custom field called "custom_cat_tree"
I will populate it with values like, cattree1, or cattree2, or cattree3, etc.,
If want to render a page that corresponds to that value, would it be like this?
<mvt:item name="toolkit" param="vrender|&mvt:product:customfield_values:cus tomfields:custom_cat_tree;" />
Or would I have to assign / vassign / sassign that custom field to a variable first? (and if so, how?)
Thanks in advance.
How do I render / vrender a page depending on a conditional in a custom product field?
My products have a custom field called "custom_cat_tree"
I will populate it with values like, cattree1, or cattree2, or cattree3, etc.,
If want to render a page that corresponds to that value, would it be like this?
<mvt:item name="toolkit" param="vrender|&mvt:product:customfield_values:cus tomfields:custom_cat_tree;" />
Or would I have to assign / vassign / sassign that custom field to a variable first? (and if so, how?)
Thanks in advance.
Comment