
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
4.8
I installed WPC Product Image Swap on a WooCommerce store where the theme’s product cards were, frankly, a crime scene. The client wanted the classic “hover over product, show second image” thing. Simple request, right? Of course not. The theme had its own lazy-load wrapper, Elementor had injected three extra divs, and WooCommerce gallery thumbnails were being treated like decorative confetti.
WPC Product Image Swap did the annoying part cleanly: it grabs another product gallery image and swaps it on hover in the shop loop. No giant builder module, no React circus, no “please connect your account to unlock basic CSS” nonsense.
After activation, I had the settings under:
Dashboard -> WPClever -> Product Image Swap
On my setup, the useful bits were the swap effect, image source behavior, and whether it applies on archive/shop loops. For a basic catalog grid, that’s enough.
What you can handle from the admin panel:
What you cannot magically fix there:
woocommerce/content-product.phparchive-product.phpwoocommerce_before_shop_loop_item_titleAnd yes, I absolutely hate when themes remove WooCommerce hooks “for performance” and then load a 900 KB slider script on every page. What were they thinking?
I opened Chrome DevTools, went straight to the Network tab, and checked what WPC Product Image Swap was adding. On my test build, the damage was modest compared with the theme loading five font weights, two carousel libraries, and a random animate.css file from 2016.
The thing I actually watched for was duplicate image loading. If your product grid has 24 items and every item pulls the main image plus the swap image, congratulations, your category page just got heavier. Not the plugin’s fault, mostly. That’s literally how image swap works.
In the Console, I didn’t get the usual jQuery vomit. The only breakage happened after the optimization plugin got “creative” and delayed everything with $ in it.
On one site, LiteSpeed Cache delayed jQuery and merged frontend scripts. Result: WPC Product Image Swap worked for the first row, then randomly stopped after AJAX filtering.
My ugly-but-working fix:
LiteSpeed Cache -> Page Optimization -> JS Settings
I excluded:
jquery-corejquery-migratewc-add-to-cartwc-add-to-cart-variationThen I purged object cache, CSS/JS cache, and CDN cache. Yes, all three. Because apparently one cache layer is never enough pain.
If you’re using WP Rocket, I’d start at:
WP Rocket -> File Optimization -> Delay JavaScript execution
and exclude jQuery plus the WPC frontend script. Don’t guess the handle; open page source or Query Monitor and check the actual enqueued file.
If your shop grid is standard WooCommerce, WPC Product Image Swap behaves nicely. If your theme uses templates properly, check:
wp-content/themes/your-theme/woocommerce/content-product.php
Look for:
do_action( 'woocommerce_before_shop_loop_item_title' );
If that hook is missing, don’t blame the plugin. The theme basically cut the wire and then acted surprised the lamp won’t turn on.
For Elementor product grids, it depends. Native WooCommerce archive templates are usually fine. Custom Elementor Loop Grid widgets can be stubborn because the image markup is generated inside Elementor’s widget output, not the normal WooCommerce template chain.
My hack once was to copy content-product.php into the child theme and restore the missing WooCommerce image hook. Not elegant. But neither was the theme.
I tested WPC Product Image Swap as a normal WordPress plugin install. It was fully working in my setup, no weird usage cap, and the build I used allowed Unlimited Website Usage.
Activation was boring, which I appreciate. Install ZIP via:
Plugins -> Add New -> Upload Plugin
Activate it, then go to the WPClever settings page. If you’re using a GPL package, don’t expect the dashboard to behave like a licensed vendor account. Manual updates usually mean downloading the newer ZIP, deleting the old plugin folder, and uploading the new one. I usually do that on staging first because I enjoy sleeping.
Demo import is not really the point here. This is not a theme with demo content. It just hooks into existing WooCommerce product images, so your “demo” is basically having products with gallery images filled in.
WPC Product Image Swap is one of those small WooCommerce plugins that does one job and mostly stays out of the way. I respect that. It won’t save a butchered theme, and it won’t make your 80-product archive magically lightweight, but it gives you the hover swap behavior without dragging in a whole visual builder.
Would I use WPC Product Image Swap again? Yes, especially on stores where product gallery images are already prepared properly. Would I install it on a bloated theme with broken WooCommerce hooks? Also yes, but I’d bill for debugging.
Because your builder probably bypasses woocommerce_before_shop_loop_item_title. Check the rendered HTML and compare it with content-product.php.
Your cache plugin delayed or merged the frontend script. Exclude jQuery and the WPC swap script in LiteSpeed Cache or WP Rocket.
Usually no. Basic plugin behavior is in Dashboard -> WPClever -> Product Image Swap. Deeper markup issues live in PHP templates.
Because every product may load an extra gallery image for hover. Check DevTools Network tab and reduce products per page if needed.
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.