Page 1 of 1

Products Fieldvals

Posted: Sun Jul 17, 2011 4:28 pm
by jobmoving
Hi there,

Simple question:
Does anyone know how to use the fieldval parameter in the Products module?

I have a fieldval that is called "selected", now i only want to show products which have the value "YES" on "selected" how do i do that?
{Products action="default" summarytemplate="Lijst" pagelimit="4" fieldval="RIGHT HERE"}

Can you help me?

Re: Products Fieldvals

Posted: Tue Dec 06, 2011 2:48 pm
by farangprod
hi, a little bit late to answer but i had the same problem today and i resolved it by this way:

you have to use two parameters "field" and "fieldval"

Code: Select all

{Products action="default" summarytemplate="Lijst" pagelimit="4" fieldid="selected id" fieldval="yes"}