WPC Product Image Swap 1.2.5 – for WooCommerce

WPC Product Image Swap for WooCommerce-download

WordPress Plugin

Version: Product Version: 1.2.5


GNU GPL


Unlimited websites

$5.99

Save

One-time purchase

Archive checked
VirusTotal report
VirusTotal
0/66 threats detected

View report





Need more products?
Lifetime Membership $92


View Membership

  • Instant account download
  • Security checked
  • 14-day refund policy applies


Secure checkout · Instant access



Trustpilot





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.

Where I Actually Configured It

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:

  • Enable/disable the swap behavior
  • Pick the hover effect
  • Control where it applies, like shop/category pages
  • Adjust basic behavior without touching templates

What you cannot magically fix there:

  • Broken theme markup in woocommerce/content-product.php
  • Weird image wrappers hardcoded in archive-product.php
  • Custom product cards built inside Elementor widgets
  • Themes replacing WooCommerce hooks like woocommerce_before_shop_loop_item_title

And 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?

DevTools Reality Check

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.

The Typical Breakage I Hit

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-core
  • jquery-migrate
  • wc-add-to-cart
  • wc-add-to-cart-variation
  • the product filter plugin’s frontend handle
  • the WPC swap frontend script handle as shown in the page source

Then 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.

Builder vs PHP: Know Where the Mess Lives

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.

GPL and Updates

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.

My Verdict After the Debugging Hangover

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.

FAQ

Why does the image swap not work on my custom product grid?

Because your builder probably bypasses woocommerce_before_shop_loop_item_title. Check the rendered HTML and compare it with content-product.php.

Why does it break after enabling JS optimization?

Your cache plugin delayed or merged the frontend script. Exclude jQuery and the WPC swap script in LiteSpeed Cache or WP Rocket.

Can I fix the hover effect from the Customizer?

Usually no. Basic plugin behavior is in Dashboard -> WPClever -> Product Image Swap. Deeper markup issues live in PHP templates.

Why are category pages heavier now?

Because every product may load an extra gallery image for hover. Check DevTools Network tab and reduce products per page if needed.

VirusTotal archive check

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 VirusTotal
WPC Advanced Password Protect 1.1.5 – for WooCommerce
WPC Product Table 3.1.8 – for WooCommerce

Reviews

There are no reviews yet.

Be the first to review “WPC Product Image Swap 1.2.5 – for WooCommerce”

Before you send us a support request, take a quick look at our Terms Of Use and FAQs. We know nobody loves reading them, but very often the answer is already there and saves you some time.

What to do first

  1. If that doesn’t help, check the product documentation next.
    A lot of small issues come from missed settings or simple setup steps, and the docs usually clear that up pretty fast.
  2. Still not working?
    No problem — just open a support ticket and tell us what’s going on. We’ll take it from there.
  3. When to expect a reply
    We usually get back to you within 1–2 business days. Sometimes faster, depending on the issue.

How to explain the problem (this really helps)

  • Be specific
    Instead of saying “it doesn’t work,” tell us what exactly is going wrong. Which button? Which feature? What were you trying to do when it happened?
  • Add screenshots
    Screenshots make a huge difference. Seriously. A simple image (or link to one) helps us understand the issue right away and saves a lot of back‑and‑forth.

Following these steps helps us help you faster — and with fewer questions along the way. Thanks for making support easier for everyone.

Answers to common questions!

You 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.

super offers of the month