8manos / wc-variations-radio-buttons

Let your customers choose product variations using radio buttons instead of dropdowns.
https://wordpress.org/plugins/wc-variations-radio-buttons/
GNU General Public License v2.0
63 stars 34 forks source link

add compatibility with WooCommerce 3.0 #24

Closed gregsullivan closed 7 years ago

gregsullivan commented 7 years ago

When changing the attribute via the radio buttons, the appropriate variation image is no longer loaded.

gregsullivan commented 7 years ago

Just as an update to my initial note, I've been able to get this working by using the add-to-cart-variation.js supplied with latest WooCommerce and making changes to support radio buttons.

Has anyone else experienced this issue? I'm not using many plugins on the site in questions, but I'm open to being told it's something specific to my setup.

Mantish commented 7 years ago

Hi, WC 3.0 is a major version so it's very likely that we need to update the plugin. @gregsullivan would you like to make a pull request?

gregsullivan commented 7 years ago

Makes sense! The work I did was very specific to the client needs I had for the plugin, so I actually ended up disabling some unneeded functionality from the WooCommerce JavaScript file rather than switching it over to working with radio buttons.

I'd be happy to post what I have so far, with the caveat that it's incomplete for general purpose use.