Hello,
It seems to display the same results when using the native WooCommerce search. Yes, you can purchase our Pro version and we’ll help you sort the issue:
https://fibosearch.com/pricing/
Best regards,
Clint
Hi Clint,
Where do you see it shows the same results? If i use the native WooCommerce searchform i get all results and pagination showing correctly.
For example: https://happy-spirit.nl/?s=agaat&post_type=product
If you search for it in the fibosearchform, it says show all 15 results and no pagination is shown.
I can buy the plugin but first i would like to know if this is (free) plugin or theme related?
Never mind. I already found the issue. There was a function in the theme that changed the standard query.
I also made a function to choose a different number of posts per page. This works on every woocommerce page except the fibosearch result page.
<select onchange=”if (this.value) window.location.href=this.value”>
<option “.selected( $per_page, $value ).” value=’?perpage=$value’>$label</option>
When you select an option, the whole search url gets deleted. Any idea how to fix?