1
faster-woo-widgets Product: Faster Woo Widgets
This still doens’t work in FWW 2.13:
https://www.wpintense.com/suggestions/make-fww-compatible-with-search-page/
Related Ideas
FWW is not compatible with the search queries (again)
completed2 years agohttps://foundthru.com/?s=bowl&post_type=product and try to filter the results by attributes, it goes to the 404 page or nothing happens ...Read more
FWW + YITH WOOCOMMERCE BRANDS ADD-ON
approved5 months agoCompatibility issues with YITH WOOCOMMERCE BRANDS ADD-ON: two plugins dont work together? When I filter categories using FWW and at the same time woul...Read more
FWW shows errors when activated
declined7 months agoCritical errors appear when FWW is activated and set to work as fast as possible in settings. Also the widget area in admin stops working and doesn't ...Read more
April 30, 2019 @ 12:43 pm
This has been fixed in dev version.
There was a bug relating to how WooCommerce now provides a static function to grab the search query which we’re now correctly using.
In addition, the search query was not previously filtering the attribute filters (only categories), so the code has been added to attributes too, so those counts will be restricted to only those which fulfil the search string.
May 1, 2019 @ 9:40 am
1) There is wrong url in Existing Filters widget
If you are in:
domain.com/product-category/dogs/?s=bowl&post_type=product
and try to clear the last filter it goes to 404 page:
domain.com/product-category?s=bowl&post_type=product
it should be:
domain.com/?s=bowl&post_type=product
BTW. Maybe the search query should appear as existing filter, so we can easily remove it. It would be great for UX reasons.
2) In some search queries category widget is empty. Is there available any live demo store, so I can show you (foundthru.com or demostore.wpintense.com)?
May 1, 2019 @ 11:04 am
1) I’ll get this figured out – so if a search query exists, and the category filter is removed, it should go to site base url
2) The categories are being affected by the search query. What behaviour would you like here?
3) I’ll add the current search string as an existing filter that is removable through a click.
May 1, 2019 @ 11:15 am
For my own reference for (1):
http://plugins.test/product-category/hoodies/?s=hoodie&post_type=product
Then the ‘clear filters’ link is correct but the ‘Hoodie’ link is not correct.
This is restricted to cases where product-category widget set to not reset and to be removable through existing filters.
May 1, 2019 @ 12:38 pm
1) Yes and if there is no additional attribute filter.
2) This is correct, but in some queries categories are not affected properly. Maybe you will notice this in the following queries:
http://plugins.test/?s=h&post_type=product or http://plugins.test/?s=m&post_type=product
http://plugins.test/?s=ho&post_type=product or http://plugins.test/?s=ma&post_type=product
http://plugins.test/?s=hoo&post_type=product
http://plugins.test/?s=hood&post_type=product
3) Thanks.