Page 1 of 1

Products Module calling field definitions

Posted: Fri Nov 01, 2019 3:29 pm
by blackrain
I am trying to call custom field definitions into a Products template, but the usual code does not seem to work.

I have tried

Code: Select all

{$item->fielddefs.something}
{$item->fielddefs.something.value}
{$item->field.something}
{$item->field.something.value}
{$item->something}
{$item->something.value}
nothing seems to work, please advise

Re: Products Module calling field definitions

Posted: Fri Nov 01, 2019 4:05 pm
by DIGI3
{$entry->fields.fieldname->value}

Re: Products Module calling field definitions

Posted: Fri Nov 01, 2019 4:13 pm
by blackrain
@DIGI3 you are a star. thanks