Forums Forums Search & Filter Pro ajax container and products count

Viewing 10 posts - 51 through 60 (of 122 total)
  • Trevor
    #123318

    These changes/fixes are incorporated into the next released version, yes.

    Anonymous
    #123384

    Another bugs :/

    1.
    When I try to filter products with only one filter everything works fine.
    But any combination of filters not work correctly.
    i.e.:
    – velkost=L && vyrobca=STONZ
    – velkost=L && velkost=M

    2.
    When I use meta filters for length (dlzka) and width (sirka) of products.
    When I set these filters as Range-Slider Input Types, filter not work correctly.
    – eshop page is showed => OK
    – velkost=L => OK
    – filter reset (vynulovat filter) => OK
    Throwed request is: https://bosaacik.sk/eshop?_sfm__price=21.45+43.99&_sfm__length=14.6+19&_sfm__width=6.5+8
    I suppose it should be:
    https://bosaacik.sk/eshop?_sfm__price=21.45+43.99&_sfm__length=14+19&_sfm__width=6+8
    – velkost=L _=> FAIL
    Throwed request is: https://bosaacik.sk/eshop?_sfm__price=21.45+43.99&_sft_pa_velkost=l&_sfm__length=14.6+19&_sfm__width=6.5+8
    I suppose it should be (it works OK):
    https://bosaacik.sk/eshop?_sfm__price=21.45+43.99&_sft_pa_velkost=l&_sfm__length=14+19&_sfm__width=6+8

    I suppose, that similiar issue you’ve fixed with price filter.

    I’m not happy with this situation. There is lot of bugs in this filter. I feel like your tester :/ I’m afraid to use it in production version of my site. I’ve started to test another filter and it looks better. Is not ease from me to tell it, because I really appreciate your support. I will wait for last fix couple of days, but if there will be any serious bugs, I will need to ask of refund.

    Best,

    Ross Moderator
    #123410

    Hi Veronika

    I understand

    I’ll explain a little.

    What happened was you found a bug in the way attributes were searched, specifically if an attribute wasn’t used in variations.

    At the same time WooCommerce changed a bunch of things to do with exactly this (the way it stores the information, which is why you’ve probably seen the woocommerce “upgrade database” notice recently).

    Anyway, what I decided to do was rewrite the whole WooCommerce integration, so in a way, because you are using attributes in this way you have been a tester – that was not my intention.

    I’ll take another look this weekend and see if I can get this sorted.

    Thanks

    Ross Moderator
    #123719
    This reply has been marked as private.
    Ross Moderator
    #123721
    This reply has been marked as private.
    Anonymous
    #123723
    This reply has been marked as private.
    Ross Moderator
    #123728
    This reply has been marked as private.
    Anonymous
    #123752

    OK, I will try to import products with attributes set on product variations also.
    But there is another issues. You can see it now.

    You can delete all products and make another ones, as you wish

    Anonymous
    #123835

    I’ve manualy created 2 products with 2 variants. You can check how it works.
    When I choose: velkost=L && velkost=M no products is shown
    When I choose: velkost=XL && vyrobca=STONZ, it looks that it works corect.

    Strange is, that when I import products with my importer and use woof, everything works fine despite of no attributes is visible in master product.

    If you would like, to see how products from my previous post was imported, you can view its in products recycle bin.

    Ross Moderator
    #123890
    This reply has been marked as private.
Viewing 10 posts - 51 through 60 (of 122 total)