Products Fieldvals

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
jobmoving
New Member
New Member
Posts: 7
Joined: Tue May 10, 2011 9:20 pm

Products Fieldvals

Post 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?
farangprod
Forum Members
Forum Members
Posts: 15
Joined: Tue Nov 01, 2011 2:56 pm

Re: Products Fieldvals

Post 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"}
Post Reply

Return to “Modules/Add-Ons”