Forums › Forums › Search & Filter Pro › ajax container and products count
- This topic has 121 replies, 3 voices, and was last updated 6 years, 7 months ago by Ross.
-
Anonymous(Private) July 28, 2017 at 5:13 pm #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=M2.
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+8I 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(Private) July 28, 2017 at 5:53 pm #123410Hi 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
Anonymous(Private) July 31, 2017 at 8:50 pm #123835I’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.
-
AuthorPosts