Products module - search action help needed

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
JM6891
Forum Members
Forum Members
Posts: 150
Joined: Thu Mar 18, 2010 2:35 pm

Re: Products module - search action help needed

Post by JM6891 »

OK, thank you for your reply.
dinmix
Forum Members
Forum Members
Posts: 29
Joined: Sun May 06, 2007 2:49 pm

Re: Products module - search action help needed

Post by dinmix »

Hi

Has anyone figure out the Advanced Search yet? Thanks
ominae
Forum Members
Forum Members
Posts: 10
Joined: Mon Apr 11, 2011 4:41 pm

Re: Products module - search action help needed

Post by ominae »

Is there any possibility to generate variable if statement in the summary template?

Since I am doing filtering of products with checkbox.

E.g. 3 checkboxes of 3 colors red yellow blue

I check color red and color blue will generate
{if $color=='red' || $color==blue}
I check color yellow and color blue will generate
{if $color=='yellow' || $color=='blue'}
if none is check will be generate
{if $color=='red' || $color=='yellow' || $color=='blue'}

Any workarounds for this?
ominae
Forum Members
Forum Members
Posts: 10
Joined: Mon Apr 11, 2011 4:41 pm

Re: Products module - search action help needed

Post by ominae »

Ok, I found my own solution. Just gotta use UDT and in_array in the template.
Post Reply

Return to “Modules/Add-Ons”