Hi,
I’m trying to trouble shoot an issue. If I leave WooCommerce on and use Twenty Twenty Four theme, but deactivate everything including your plugin, your plugin is throwing some error.
Do I need to delete it entirely? Makes trouble shooting bugs impossible ??
[proxy_fcgi:error [pid 1877634:tid 140002025428736 [client 195.50.210.40:0 AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Error: Call to undefined function print_attribute_radio() in /home/1207581.clo…………es/plugin.php(517): WP_Hook->do_action()\n#5 /home/1207581.cloudwaysapps.com/ebwkwjvsmu/public_html/wp-content/plugins/woocommerce/src/Blocks/Bl…’, referer: https://wordpress-1207581-4281774.cloudwaysapps.com/wp-admin/post.php?post=5448&action=edit
Hi and thanks for the great plugin! I have a suggestion for improvement. It would be nice to display a tooltip text on mouseover of a variation selection.
Is it possible to integrate the description of a variation, for example as a title attribute in the “label” tag?
Or alternatively show the variation description as hover text of an info symbol (like HTML-Code Icon ??“) behind the respective selection, if the description is not empty?
]]>Thanks for the great plugin! I have been using this for years with no issues and it definitely makes for a better user experience.
However I am preparing to enable HPOS on my site and this plugin shows as not compatible. I believe this plugin just changes the front end and wouldn’t have any relation to order storage that would make this incompatible. My guess is that you just haven’t confirmed that you are compatible, but I want to verify.
Are there any plans to make this plugin compatible/confirm compatibility?
]]>Hi!
The title says it all – i’m trying to echo ‘print_attribute_radio’ function. I don’t know how to retrieve the variable image using the variation ID. Any suggestions?
Regards
]]>Hi there,
Great plugin, thanks for making it available!
Any chance there is an option to extend to allow the use of checkboxes?
Cheers ??
]]>I am trying to style the radio buttons with css using an input[checked]:after technique, but the attribute ‘checked’ does not change on the radio button inputs when selecting the options. Any idea why?
]]>Uncaught ReferenceError: wc_cart_fragments_params is not defined
at VariationForm.onFindVariation (add-to-cart-variation.js?ver=2.0.0:142:11)
at HTMLFormElement.dispatch (jquery.min.js?ver=3.6.4:2:43184)
at y.handle (jquery.min.js?ver=3.6.4:2:41168)
at Object.trigger (jquery.min.js?ver=3.6.4:2:71790)
at HTMLFormElement. (jquery.min.js?ver=3.6.4:2:72385)
at Function.each (jquery.min.js?ver=3.6.4:2:3003)
at e..each (jquery.min.js?ver=3.6.4:2:1481)
at e..trigger (jquery.min.js?ver=3.6.4:2:72361)
at VariationForm.onChange (add-to-cart-variation.js?ver=2.0.0:263:15)
at HTMLFormElement.dispatch (jquery.min.js?ver=3.6.4:2:43184)
Hi guys, got a problem with variation product (curiously enough only this one) https://poukazyplzen.cz/produkt/masaz-v-relax-studiu/ – when I deactivated this plugin, it worked so I assume, there is something wrong with the way it works. Any input here? ??
]]>We just integrated PayPal on our site but I noticed that it is somehow not working on Variable products. See example: https://tipmrebuilders.com/product/used-oem-wire-harness-plugs-sold-individually/ . When we select Plug C1 to C6 and choose PayPal, an “Invalid value posted for” error will show. But if we select Plug C7, the PayPal works. Do you have any idea why it behaves that way? It seems like that the error message is coming from some validation that you have on your radio buttons. Thanks.
]]>I’ve been using the “WC Variations Radio Buttons” plugin for quite some time and I’m very happy with it. I am adding a new product with many variations and need to switch from radio buttons to pull-down menus just for that one product. I’m hoping there’s a way to do that (turn off radio buttons for just that product). I look forward to hearing back from you. All the best!
]]>This is a great plugin and works really well – but I have one product that would look better if I could use the standard select for the variations for it. Sorry if I missed this in the documentation, but is there a way I could disable the plugin’s action for one product?
]]>Hello. Your plugin had been working great. I have variable products with images in the gallery display that change after you change variations. This was working until I just ran the latest updates for Woo and your plugin. The radio buttons still appear however the gallery images are not swapping to the correct image on changing variations.
If I disable your plugin the variation images show. I am using a custom theme. If I switch to Storefront of Twenty Twentyone theme the same thing happens. With radios plugin disable, images swap, with your plugin active, the radios appear but variation images dont work.
]]>The radio buttons are showing on a separate line above their labels. Need the buttons and labels on the same line.
]]>Hi. Your plugin is great. However I have a small suggestion to allow for much better styling of the radio buttons. I edited the plugin files at line 105 of wc-variations-radio-buttons.php from:
printf( '<div><input type="radio" name="%1$s" value="%2$s" id="%3$s" %4$s><label for="%3$s">%5$s</label></div>', $input_name, $esc_value, $id, $checked, $filtered_label );
to:
printf( '<div><input type="radio" name="%1$s" value="%2$s" id="%3$s" %4$s><label for="%3$s">%5$s</label><span class="checkmark"></span></div>', $input_name, $esc_value, $id, $checked, $filtered_label );
I could then use pure CSS to make pretty radio buttons that changed appearance on selection. Eg like outlined at https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
It would be great if you could include that in the plugin in the future.
]]>I am currently working on this website: rel=”noopener” target=”_blank”>plus359.bg However, my client wants to achieve something similar to this. How do I achieve the horizontal text next to the radio button and the price showing constantly next to the button.
I found this CSS code in one of the topics but it is from 2 years ago and when I tried it, it did not work:
.value{
display: flex;
overflow: hidden;
}
.reset_variations{
margin-left:10px;
}
]]>
Consider merging my patch, please https://github.com/8manos/wc-variations-radio-buttons/pull/44
]]>Good afternoon, I am using the old WooCommerce 2.6, it is difficult to update to the new one. I really like your plugin, but the old version of the plugin does not display correctly after updating the PHP to 7.3, and the new version of the plugin works, but does not switch product images when you select different variations. please help fix it
]]>Is this still being supported at all or has it been abandoned?
]]>I don’t need help I just noticed some comments that I couldn’t reply to with an answer. If anyone wants horizontal radio buttons then use this:
.value{
display: flex;
overflow: hidden;
}
.reset_variations{
margin-left:10px;
}
The reset_variations edit is to push the “clear” button to the right a little so it doesn’t hug the last radio button.
]]>wc 3.6.2
wp 5.1.1
Hi, can I change the radio buttons to check boxes?
I want customers to be able to select MULTIPLE variations and add them at once to their cart when they click ‘Add to Cart’
]]>Hey guys,
Thank’s for this plugin. Just a little question, how i can change the blue color of the button input ?
That’s possible ?
Thank you !
]]>Any change of getting an updated version of this?
https://www.ads-software.com/support/topic/not-working-with-woocommerce-subscriptions/
At the moment it kind of works but seems to be out-dated template.
]]>Hi-What would the code be, and where would I add the code for me to be able to have the standard “Clear Selection” button so users do not have to reload the entire page when they want to clear selections on the variable product. Currently I have 3 options. Option 2 and 3 can be changed but option 1 will not let you change it.
]]>I have used this plugin for a year now without any problem. Great plugin ! But yesterday I updated the woocommerce version to 3.5.0 and now when making a selection on a variable product the image is zooming in ? Only way to get the correct display again is to refresh the site. Any idea ?
ERik
It looks like it is the flatsome theme loading the thumbnail image when making a selection – so the error is not in your plugin.
]]>Hello,
I am using plugin (WC Variations Radio Buttons) on site [ redundant link removed ] it was working fine till yesterday but unfortunately the radio buttons are stopped working now and instead its showing select field.
May I know what issue is causing with it?
Thanks in advance!
– Suhas
Do you know how can I make the radio buttons look like in the link below? Do I use a snippet or css code?
]]>I have installed the plugin and then activated it. But in product details page it’s still the dropdown is showing. Do I need to do anything else to show the variants as radio button? Is there any step which I am missing? please help..
]]>Hey. I have a question. why someone you go to the product page, the button to buy is not working. how to make it work?
It works only when you change the color or photo.
but I need it to be active at all times. from the very beginning. since google marhent centr sees this as a mistake and takes it. non-working button
We are the author of the plugin Woocommercec Custom Product Addons. Our customers have reported some issues that the fields are showing twice in the product page, on checking the issue we noticed that the template file single-product/add-to-cart/variable.php is an outdated one,
what a solution we could recommend to our customers, Or will you be releasing new updated with changing the template files to new one.
Hi
How and where I put the price of any size under his radio button to be seen all the time?
Thanks