mantish
Forum Replies Created
-
Hi,
Glad you sorted it out.
If you’d like to contribute to the project, you can do a pull request for the issue in Github https://github.com/8manos/wc-variations-radio-buttons/issues/36Hi,
Yes, this is a known compatibility problem. Sorry about that
Check older threads, there may be a workaroundForum: Plugins
In reply to: [WC Variations Radio Buttons] Plugin not workingHi, it seems to work fine for me.
Do you still have problems?oh, I think I know where this come from.
Although this changed in woocommerce a couple of years ago.So, the selection of variation behaves a bit different according to the number of variations.
With more than 30 it will let you select any variation, then request the availability via AJAX, and then enable/disable the add to cart button accordingly.The good thing is that you can change that setting. Check this: https://iconicwp.com/blog/modify-ajax-variation-threshold/
Hi,
I just tested with the latest versions and it’s working fine.
Do you get any errors?Forum: Plugins
In reply to: [WC Variations Radio Buttons] Horizontal radio buttons?Hi,
I think this shouldn’t be hard, probably just using display:inline-block
I think this has been mentioned before in the support threads.This isn’t something that would be implemented as a plugin option
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Disabled variations are visible on product pageHi,
The plugin was updated for WC3 taking the original files from WooCommerce as a base. I’m sorry that it changed the behavior regarding disabled variations.
I’m not sure if it’s possible to change the template files so it doesn’t render the “unavailable” attributes. I think your JS solution is fine, because the attributes are disabled/enabled using a JS script as well
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Display price same line the radioHi,
This is not possible at the moment, cause variations can be made up of more than 1 attribute, so we cannot link a price to a single radio button.Forum: Plugins
In reply to: [WC Variations Radio Buttons] Checkbox for WoocommerceI think this does what you need. Give it a try!
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Variation item – extract a priceok, but why do you need to pass the price? the system gets the price using the variation_id of the selected product
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Disabled variations are visible on product pageHi,
This is working fine.
There’s a difference on how variations work with and without this plugin:
Normally, with dropdowns, the attributes (options of each dropdown) are shown/hidden depending on the available variations. In this plugin, the attributes (which correspond to a radio button) are enabled/disabled depending on the available variations.Forum: Plugins
In reply to: [WC Variations Radio Buttons] Variation item – extract a priceHi,
why do you need to do that?Forum: Plugins
In reply to: [WC City Select] State selection issueHi,
Do you get any errors in the console?Forum: Plugins
In reply to: [WC City Select] WooCommerce 3.2.6 compatibilityHi,
Don’t worry, the plugin is compatible with WC 3.2.6
I just have to update the compatibility informationHi, I’m sorry to hear that.
The plugin doesn’t support subscriptions π
I don’t have any solution at the moment, but I guess something like this https://github.com/8manos/wc-variations-radio-buttons/commit/d725a54e1e99e1c68ba7bbd61f27ec6f1bb71b06 is needed to at least disable the plugin for subscription products.