Woocommerce Single Product Search Redirect

0

I have created this plugin as i faced some issues in some woo-commerce sites i developed. we generally use product search widget anywhere in woo store. I noticed that while your search

Version
Last updated
Active installations
WordPress Version
Tested up to
pa_tag
Rating
Total ratings
This plugin is outdated and might not be supported anymore.

Description

I have created this plugin as i faced some issues in some woo-commerce sites i developed.

we generally use product search widget anywhere in woo store.

I noticed that while your search query returns only 1 result it is redirect to that product detail page.

This happens in two cases.
1. you search ends with only single result
2. you have set “n” products to display on search page, and your search search returns (n+1),2n+1,3n+1,etc… results (for example you have set 9 products to display on search result page. when your search returns 10,19,28,.. results your 2nd,3rd,.. page will have only 1 product to display.)

In above conditions, woocommerce redirect the last single search to that last product detail page by default.

So using this plugin you can set whether to redirect automatically to that detail page or allow users to see last single search result in search format only.