Page 2 of 2
					
				Re: Products module - search action help needed
				Posted: Fri Sep 16, 2011 2:36 pm
				by JM6891
				OK, thank you for your reply.
			 
			
					
				Re: Products module - search action help needed
				Posted: Wed Jan 18, 2012 9:49 am
				by dinmix
				Hi 
Has anyone figure out the Advanced Search yet? Thanks
			 
			
					
				Re: Products module - search action help needed
				Posted: Thu Jan 19, 2012 7:13 pm
				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?
			 
			
					
				Re: Products module - search action help needed
				Posted: Thu Jan 19, 2012 8:46 pm
				by ominae
				Ok, I found my own solution. Just gotta use UDT and in_array in the template.