
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
Another day, another client complaining their default Woo search is slower than dial-up in 1998. I usually build custom search queries to avoid bloat, but I was completely swamped this week.
I decided to throw WPC AJAX Search for WooCommerce at the problem. Honestly? It’s a lifesaver for quick setups, but it definitely has some annoying quirks you need to know about before deploying it to production.
First thing I did was fire up Chrome DevTools and hit the Network tab. I was expecting a nightmare.
Surprisingly, the XHR requests are pretty snappy. It doesn’t load a massive 5MB payload on the first keystroke.
But here is my biggest gripe: they are still routing queries through admin-ajax.php. Come on, guys. Why are we not using a dedicated REST API endpoint by default? It handles concurrent requests so much better on high-traffic sites.
If you run an aggressive caching setup, prepare for a headache. I minified and deferred JS using WP Rocket, and boom—the search overlay completely died.
The Console threw a beautiful Uncaught TypeError the second I clicked the search icon.
To fix this mess, I had to dive into WP Rocket settings and manually exclude wpc-ajax-search.js from minification. I also had to stop delaying jquery-core. Once I bypassed those, the live search started firing correctly again.
The backend settings (located under WPClever -> AJAX Search) are fine for basic users. You can tweak colors, placeholders, and search limits right in the WP admin.
But what if you want to change the actual HTML structure of the dropdown results? Good luck.
It’s completely hardcoded inside their core PHP classes. You can’t just override a template file in your child theme. I had to dig into the plugin files and hook into the wpcas_result_item_html filter via my functions.php just to inject a custom ACF brand field into the product suggestions.
Yep. The plugin wrapper has a default z-index that fights with sticky headers (especially in Elementor/Bricks). Force z-index: 99999 !important; on .wpc-ajax-search-wrapper in your custom CSS.
Not terribly, but it injects an overlay div at the footer of your <body>. If you have a massive product catalog, limit the max results to 5 or 6, otherwise the DOM nodes in the dropdown will cause layout shift on mobile.
Yes, but you have to explicitly check the “Search by SKU” box in the WPClever admin panel. If you use custom
All products we provide come only from official sources and verified developers. To confirm their integrity and safety, the archive has been scanned for viruses and malware. You can review the scan results at any time by clicking the button below.
View in VirusTotalYou can use any product from our store on as many websites as you like.
Single purchase includes download access for 72 hours. Future version downloads require repurchase or an active membership.
Manual updates are available to customers with active access.
Yes, we do. In most cases, you can expect a reply within 24–72 business hours. For simpler issues, we’re often able to respond much sooner.
You can contact us via live chat or open a support ticket directly from the product page — whichever is more convenient for you.
No, there are no limits. We don’t believe in restricting downloads. If you need to download a product multiple times, that’s absolutely fine.
We use professional, high‑performance storage systems to ensure downloads are fast, stable, and hassle‑free.
No, license keys are not included or required. Because all items are distributed under the GNU General Public License (GPL), a license key is not necessary to access the software’s functionality.
All products you receive are fully authentic. The files are provided fully functional and optimized for immediate installation, allowing you to use them seamlessly right out of the box without any restrictions.
Yes — 100%. All products contain the original code and are legally redistributed under the GNU GPL v2/v3 license.
The main difference compared to purchasing directly from the original author is that we don’t offer premium author services, such as custom development or one‑on‑one technical support. Additionally, since the software is fully GPL-compliant, it is provided ready for use and can be freely installed on an unlimited number of websites.
Yes, we stand behind our products. If you encounter an issue that cannot be resolved or a technical problem without a workable solution, we’ll do our best to help — and if necessary, issue a full refund.
Please note that refunds are not available if the product works as described but simply does not meet personal expectations. We’ve also encountered cases where refund requests were made while the product was still in use, which we cannot allow.
Our approach is simple: fairness and transparency. If you ever have a concern, just reach out — we’re always open to finding a reasonable solution that works for both sides.

Reviews
There are no reviews yet.