
WordPress Plugin

WordPress Plugin
GNU GPL
Unlimited websites
$5.99
Save —
One-time purchase
Secure checkout · Instant access
★★★★★
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.
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:
single-product/add-to-cart/variable.phpThe 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.
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-corejquery-migratewc-add-to-cart-variationwc-single-productwpc-variations-radio-buttonsAfter 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.
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.
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_variationwp_postmeta for _price, _stock_status, attribute_pa_sizewp_terms, wp_term_taxonomy, wp_term_relationships for global attributesIf 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.
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.
Not by itself. Exclude wc-add-to-cart-variation, jquery-core, and the plugin script from JS delay if variation selection stops working.
Usually wc-add-to-cart-variation.js is deferred too aggressively, or your theme override in variable.php is outdated.
Minor spacing/colors, maybe. Real layout fixes usually need CSS in the child theme or Elementor Custom CSS.
No. If you have 40+ choices, use dropdowns or filters. Radio buttons will turn the product page into a scroll punishment.
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.