Products Module calling field definitions

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
blackrain
Forum Members
Forum Members
Posts: 98
Joined: Wed Feb 20, 2008 4:33 pm

Products Module calling field definitions

Post 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
User avatar
DIGI3
Dev Team Member
Dev Team Member
Posts: 1629
Joined: Wed Feb 25, 2009 4:25 am
Location: Victoria, BC

Re: Products Module calling field definitions

Post by DIGI3 »

{$entry->fields.fieldname->value}
Not getting the answer you need? CMSMS support options
blackrain
Forum Members
Forum Members
Posts: 98
Joined: Wed Feb 20, 2008 4:33 pm

Re: Products Module calling field definitions

Post by blackrain »

@DIGI3 you are a star. thanks
Locked

Return to “Modules/Add-Ons”