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?
Products Fieldvals
-
- Forum Members
- Posts: 15
- Joined: Tue Nov 01, 2011 2:56 pm
Re: Products Fieldvals
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"
you have to use two parameters "field" and "fieldval"
Code: Select all
{Products action="default" summarytemplate="Lijst" pagelimit="4" fieldid="selected id" fieldval="yes"}