Search found 3 matches

Page 1 of 1

Search found 3 matches

Re: Filter module opencart 1.5.5.1 - Guide?

[quote="goodpixel"]A have problem. If I check more options in group then filter show me only first checked option.
It is only in my shop or in yours to?

yup, for me too :(
thank you for your info

Jump to post
  • Thu Feb 14, 2013 3:21 pm
  • Replies 109
  • Views 110446
Re: Filter module opencart 1.5.5.1 - Guide?

it's dirty solution, but working for me :)

\catalog\view\theme\default\template\module\filter.tpl

line 36

Code: Select all

location = '<?php echo $action; ?>&filter=' + filter.join(',');
change to

Code: Select all

location = '<?php echo $action; ?>&filter=' + filter.join(' and ');

Jump to post
  • Wed Feb 13, 2013 7:27 pm
  • Replies 109
  • Views 110446
Re: Filter module opencart 1.5.5.1 - Guide?

to change the logic from "OR" to "AND" it's dirty solution, but working for me :) \catalog\view\theme\default\template\module\filter.tpl line 36 location = '<?php echo $action; ?>&filter=' + filter.join(','); change to location = '<?php echo $action; ?>&filter=' + filter....

Jump to post
  • Wed Feb 13, 2013 7:24 pm
  • Replies 109
  • Views 110446

Page 1 of 1

Search found 3 matches