WPC Variations Radio Buttons 3.8.2 – for WooCommerce

WPC Variations Radio Buttons for WooCommerce-download

WordPress Plugin

Version: Product Version: 3.8.2


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 tested WPC Variations Radio Buttons on a WooCommerce shop that already had too many “smart” theme features bolted on with duct tape. You know the kind: variation swatches in one file, AJAX cart in another, and some mystery script in footer.php pretending to be a framework.

The plugin itself is refreshingly boring, and I mean that as praise. WPC Variations Radio Buttons replaces the default WooCommerce variation dropdowns with radio buttons. That’s it. No circus. No 900KB React panel. No “AI-powered conversion enhancer” nonsense.

For products with 3–8 variations, it feels way better than the native <select> mess. Customers see the options immediately, and I don’t have to explain to a client why “Small / Blue / Cotton” is hidden inside three dropdowns like it’s a government form.

Setup and Where the Settings Actually Live

After installing WPC Variations Radio Buttons, the settings are in:

WP Admin -> WPClever -> Variations Radio Buttons

There’s also a WooCommerce-ish flow around product variations, but the global plugin settings are under the WPClever menu. I always check there first because WPC plugins love their own little admin kingdom.

On my setup, I tested it with:

  • WooCommerce variable products
  • Elementor product template
  • Classic single product template override
  • LiteSpeed Cache
  • A child theme with custom single-product/add-to-cart/variable.php

The plugin worked without needing a license key just to function. My GPL test copy was fully working, with no feature lock popping up in the frontend. Unlimited Website Usage is fine in the practical sense: nothing in the plugin stopped me from activating it on multiple dev installs. If you want official updates/support, use the vendor’s normal license flow. For manual updates, I just replaced the plugin folder via SFTP after taking a quick zip backup. Not glamorous, but it works.

The First Thing I Checked in DevTools

I opened Chrome DevTools because trust is for people who don’t maintain WooCommerce sites.

In the Elements tab, WPC Variations Radio Buttons outputs radio inputs instead of the default select fields, while still keeping WooCommerce variation logic alive. That part matters. If a plugin gets cute and bypasses Woo’s native variation events, everything breaks: price updates, image swaps, stock notices, add-to-cart validation — the whole cursed chain.

In the Console, I watched for errors after selecting options. No fatal JS noise on a clean Storefront test. On the client theme, though, I got this beauty:

Uncaught TypeError: $(...).wc_variation_form is not a function

Classic. The theme had delayed jQuery and merged Woo scripts like a lunatic.

My fix was not “clear cache” because I’m not a chatbot wearing a support badge. In LiteSpeed Cache I went to:

LiteSpeed Cache -> Page Optimization -> Tuning

Then I excluded these handles/files from delay/defer:

  • jquery-core
  • jquery-migrate
  • wc-add-to-cart-variation
  • wc-single-product
  • wpc-variations-radio-buttons

After that, variation switching worked again. WPC Variations Radio Buttons wasn’t the villain; the theme’s optimization stack was just chewing WooCommerce scripts into soup.

Builder Stuff vs Hardcoded Theme Garbage

If your product page is built in Elementor, you can usually fix spacing around WPC Variations Radio Buttons in:

Elementor Template -> Single Product -> Product Add To Cart widget -> Advanced -> Custom CSS

Something like:

.variations_form .wpcvs-radio {
  margin-bottom: 10px;
}

But if your theme overrides Woo templates, prepare to dig.

Check this file first:

wp-content/themes/your-theme/woocommerce/single-product/add-to-cart/variable.php

If it’s ancient, compare it with:

wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php

I had one theme hardcoding <select> styles and hiding labels with CSS. What were they thinking? I had to remove a dumb rule from assets/css/shop.css:

.variations select {
  display: none !important;
}

Yes, someone hid selects globally and then wondered why variation plugins “don’t work.” I hate this job sometimes.

For PHP-level cleanup, I added a small hook in functions.php to stop the theme from injecting its own variation swatches:

remove_action('woocommerce_before_variations_form', 'theme_custom_swatches');

Obviously replace theme_custom_swatches with whatever crime your theme committed. Search inside:

class-theme-setup.php
woocommerce-hooks.php
inc/woocommerce.php

That’s where these “premium” themes usually hide the bodies.

Database and Product Variation Reality Check

WPC Variations Radio Buttons does not magically fix broken WooCommerce data. If your variations are a mess, radio buttons just make the mess visible.

I checked the usual tables:

  • wp_posts for product_variation
  • wp_postmeta for _price, _stock_status, attribute_pa_size
  • wp_terms, wp_term_taxonomy, wp_term_relationships for global attributes

If a variation doesn’t appear, don’t blame the radio UI first. Open the product:

Products -> Edit Product -> Product data -> Variations

Make sure each variation has a price. WooCommerce still refuses to show purchasable variations without pricing, because apparently we still need to relearn that every month.

What I Actually Like

The best thing about WPC Variations Radio Buttons is that it doesn’t try to become a full swatch ecosystem. It’s lightweight enough for normal shops and understandable enough that I can debug it without making coffee number six.

It also improves UX instantly on simple variable products. Sizes, packs, license durations, colors with text labels — all nicer as radio buttons. For 50 variations? No. Don’t be silly. That becomes a DOM swamp, and your mobile users will hate you.

FAQ

Does WPC Variations Radio Buttons break with LiteSpeed Cache?

Not by itself. Exclude wc-add-to-cart-variation, jquery-core, and the plugin script from JS delay if variation selection stops working.

Why are radio buttons showing but price doesn’t change?

Usually wc-add-to-cart-variation.js is deferred too aggressively, or your theme override in variable.php is outdated.

Can I style it from the Customizer?

Minor spacing/colors, maybe. Real layout fixes usually need CSS in the child theme or Elementor Custom CSS.

Is it good for huge variation sets?

No. If you have 40+ choices, use dropdowns or filters. Radio buttons will turn the product page into a scroll punishment.

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
Kapee 1.7.3 – Fashion Store WooCommerce Theme
WPC Grouped Product 5.3.0 – for WooCommerce

Reviews

There are no reviews yet.

Be the first to review “WPC Variations Radio Buttons 3.8.2 – 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