• Resolved boconpro

    (@boconpro)


    Hi,

    we want to use woocommerce as a catalog for board games.
    Here players can also see how long the game will take or how many players can play the game. Therefor we have set up attributes with the number of “max players” and “duration”.

    If the user chooses the 4 in the attribute filter “max players” we currently only get the games with exact 4 players. But we also would like to display games with the attribute 3,2,1 players.

    Is it possible to have a filter like “max players” <= 4 or can I only filter for the exact amount?

    Thanks for the help!

    Regards
    Thomas

Viewing 1 replies (of 1 total)
  • Plugin Support mediawebster

    (@mediawebster)

    Hello Thomas

    Unfortunately the plugin does not have such a feature.

    the problem is that attributes are a string, and math functions(<,>) cannot be performed with strings

Viewing 1 replies (of 1 total)
  • The topic ‘Filter by “less than” or “more than” (>= & <=)’ is closed to new replies.