Integration with FacetWP

FacetWP requires a filter and a list to show the aggregations on a page. It works with the default woocommerce listing, and they also provide an elementor addon, that allows us to skip the listing creation and force the filters to show up. This is done by hooking into the module and adding a toogle to enable facetwp. https://facetwp.com/help-center/using-facetwp-with/elementor/ It might be possible to edit their plugin to add the widget and module for theplus product listing widget, or you might detect facetswp somehow and add the toogle yourself without requiring their addon. If theplus product listing widget uses the normal wp query, then facetwp can filter and display the results. Unfortunately, theplus product listing widget with the wp filters is extremely slow (15 seconds on 10 products) so we have to use facetwp and the regular woocommerce product listing. Check ticket #7493 for zip files of the addon and facetwp plugin. Thanks

Raul posted almost 2 years ago

Discussion

Voters