-
Search Results
-
Hi Support,
I recently purchased ‘Search & Filter Pro’ to use with WooCommerce – and I’m having an issue regarding the product categories not showing up in a form.
My blog post categories are being seen fine – but not the product categories.
This must be something basic but I’ve tied multiple variations of the form without success.
My goal is to let the user search all products and then let them check either of the 2 product parent categories (retail or wholesale).
I hope that makes sense.
Many thanks for any help.
Pagination with 1.43 was working just fine. We’d get a page of results (Woocommerce products), and you could select any page of results you needed. Example URLS (which I must say, do look a bit weird — what is the #038; then the repeated tag? — but they worked):
The first page:
http://—–.com/?sfid=1791&_sft_product_tag=beige#038;_sft_product_tag=beige
The third page:
http://—–.com/index.php/page/3/?sfid=1791&_sft_product_tag=beige#038;_sft_product_tag=beige
Now, with 2.02, this is the first page:
http://—–.com/?sfid=1791&_sft_product_tag=beige
And page 3 doesn’t work:
http://—–.com/page/3/?sfid=1791&_sft_product_tag=beige
In 2.02, all of the pagination links on every paginated results page are directly back to the first page, and putting the correctly paginated URLs in manually (like the one just above) always returns the first page of results. Putting in a URL from 1.43 into 2.02 also doesn’t work – it returns the first page of results.
This site is on IIS, and the rewrites weren’t done correctly when the site was setup which is why you see index.php in the first set of results. Notably, there is no index.php in the 2.02 results, but adding that still doesn’t work. Nothing in the URL structure on the site has changed otherwise.
I had to downgrade to get this working again. My guess is there’s an error in the wp_query(), I think this is a symptom of that, otherwise it could be an issue with IIS not liking something that’s changed.