
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
Look, I’ve built enough WooCommerce stores to know that clients always want the shiny stuff. “Make it pop,” they say. “I want a popup when they click a product.” Enter WPC Smart Quick View – for WooCommerce.
I’ve been testing this plugin on a staging environment for a client who insists on having a quick view modal. Honestly, my default reaction to quick view plugins is pure dread. They usually load a metric ton of DOM nodes and break every caching setup known to man.
But I have to admit, this one isn’t the worst piece of code I’ve encountered.
Let’s get the basic stuff out of the way. The settings panel is actually logical. You go to WPClever -> Smart Quick View and everything is right there. You can choose whether to load the modal via AJAX or inline.
Pro tip: use AJAX. If you load it inline, I checked the DevTools Elements tab, and the DOM size literally triples because it renders the hidden HTML for every single product on the archive page. Your Lighthouse score will tank.
What I absolutely hate, though, is how they handle their CSS. It’s injected directly into the header instead of enqueuing a clean stylesheet in some edge cases. I had to write a custom function in my child theme’s functions.php to dequeue their inline styles and move them to my compiled SCSS.
Here is where I lost about two hours of my life. If you are using WP Rocket or Perfmatters, WPC Smart Quick View – for WooCommerce will break your variable products inside the modal.
I opened the Network tab and noticed that the WooCommerce variation scripts weren’t firing inside the AJAX loaded modal. Why? Because the script execution order gets completely mangled when deferred.
To fix this janky behavior, you can’t just rely on the UI. I had to manually exclude woosq.js and wc-add-to-cart-variation.js from JS minification and delay execution. Add those exact handles to your exclusion list, or the “Add to Cart” button for variations will just sit there and mock you.
One thing I actually appreciate here: I tested the GPL version of this for my local setup. It’s fully working right out of the box. You get unlimited website usage without some annoying admin notice screaming at you to input a license key.
You don’t need to bypass any API calls in class-woosq-update.php or whatever. Just install the zip, and it runs. Obviously, you have to do manual updates via FTP or uploading the new zip, but I prefer that over a plugin phoning home every 5 minutes and slowing down my backend.
Yes, if you use the AJAX method, sometimes the transients get stuck and show old prices. I had to hook into woosq_ajax_product_data and force a cache bypass for logged-in users.
Mostly hardcoded in their core files, which sucks. But you can override the output by hooking into woosq_product_summary. Don’t edit their plugin files directly, or your next manual update will wipe your changes.
The built-in setting sometimes fails if you have a weird viewport meta tag. I just use wp_is_mobile() in my functions.php to completely wp_dequeue_script('woosq-frontend') on mobile devices. Saves bandwidth anyway.
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.