• Resolved MiKeZZa

    (@mikezza)


    There are 2 problems with the Woocommerce property slicer as displayed on provided URL. It’s called ‘Aantal spelers’ on this page.

    Problem 1 is that the checkbox can’t be checked, only the number can be clicked
    Problem 2 is that it is sorting on a varchar/text value instead of a int value. So it gives 12 just before 2, 4 and so on.

    Can somebody help me fix this?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support kellymetal a11n

    (@kellymetal)

    Hi there,

    Problem 1 is that the checkbox can’t be checked, only the number can be clicked

    The reason for that is that they are not checkboxes — they are just FontAwesome icons being loaded as “bullets” for the list. Changing the “content” on the styling can change the icon:

    icon
    Link to image: https://d.pr/i/4njNgZ

    Problem 2 is that it is sorting on a varchar/text value instead of a int value. So it gives 12 just before 2, 4 and so on.

    If you go to Products > Attributes and open up that attribute, you should be able to click and drag to sort the terms:

    terms
    Link to image: https://d.pr/i/ZGiJXz

    After that, the filter widget will use that order on the frontend as well:

    widget
    Link to image: https://d.pr/i/z4y04A

    I hope that helps!

    Thread Starter MiKeZZa

    (@mikezza)

    Yes really great! Thank you…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Strange behaviour of property slicer’ is closed to new replies.