Products module - search action help needed
Re: Products module - search action help needed
OK, thank you for your reply.
Re: Products module - search action help needed
Hi
Has anyone figure out the Advanced Search yet? Thanks
Has anyone figure out the Advanced Search yet? Thanks
Re: Products module - search action help needed
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?
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
Ok, I found my own solution. Just gotta use UDT and in_array in the template.