mantish
Forum Replies Created
-
Forum: Plugins
In reply to: [WC City Select] The dropdown of town/city doesn’t workHi,
The problem I see here is that you’re not using a state code. You should use a 3-letter code instead of “Metropolitana de Santiago”.I can see that WooCommerce doesn’t include the states from Chile, so you probably need to add them like this:
add_filter( 'woocommerce_states', 'my_states' ); function my_states( $states ) { $states['CL'] = array( 'XXX' => 'Name of state XXX', 'YYY' => 'Name of state YYY', etc ) return $states; }Another option would be to use the city names without a state. Like this:
add_filter( 'wc_city_select_cities', 'my_cities' ); function my_cities( $cities ) { $cities['CL'] = array( 'Provincia de Chacabuco', 'Provincia de Cordillera', 'Provincia de Santiago' ); return $cities; }Hi, your code looks fine and it’s loading correctly if you see the right cities when you refresh.
There’s probably some JS issue with your theme or another plugin. Do you see any errors in the console?Forum: Plugins
In reply to: [WC City Select] No results found on the city dropdownHi,
maybe try using your country code in uppercase$cities['ZW'] = ...Other than that, your code looks fine.
Hi, currently the plugin doesn’t support this kind of configuration.
Maybe you can try using a custom field for the city of the billing address?
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Has this been abandoned?Sure, I’ll add you as a contributor once you makes a contribution to the plugin.
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Has this been abandoned?No worries, if you make a contribution I’ll make sure it gets released.
I’m not making any active development myself but I’m still maintaining the repo in Github.
If you have anything specific you’d like to work on, we can discuss the details via in the Github issues section.Forum: Plugins
In reply to: [WC City Select] PHP NoticesHi, thanks for reporting.
I think there’s already a fix for it, but we need to make a new release of the plugin πForum: Plugins
In reply to: [WC Variations Radio Buttons] Has this been abandoned?Hi @oneteamsoftware
Thanks for your interest.
You’re welcome to make any contributions in Github. That would be highly appreciated.
I’ll be happy to provide any reviews, and do any releases when needed.Forum: Plugins
In reply to: [WC Variations Radio Buttons] Has this been abandoned?Hi @dkjensen that’s great.
You’re welcome to make any contribution in https://github.com/8manos/wc-variations-radio-buttons
For now I’m prioritizing bugs over feature development but we can discuss any changes that you’d like to make in github.Thanks! π
Forum: Plugins
In reply to: [WC Variations Radio Buttons] Has this been abandoned?Hi,
unfortunately I don’t have time to actively support the plugin at the moment.
Hoewever I’ll try to get some time in the next weeks to make sure it works with the latest versions of WP and WCForum: Plugins
In reply to: [WC Variations Radio Buttons] Plugin not workingHi, what version of the plugin are you using?
Also please share your WordPress and WooCommerce version.
Are you using a theme?Hi,
I’m aware of the issue. There’s an open issue here: https://github.com/8manos/wc-variations-radio-buttons/issues/36
I’m not actively developing the plugin at the moment. If you or someone can provide a fix, I’ll be happy to release an update.
thanks!Forum: Reviews
In reply to: [WC Variations Radio Buttons] where is itHi,
What version of wordpress and woocommerce are you using? Are you using a theme?Forum: Plugins
In reply to: [WC Variations Radio Buttons] Radio button is not showingHi,
What version of wordpress and woocommerce are you using? Are you using a theme?Forum: Plugins
In reply to: [WC Variations Radio Buttons] the button to buy is not workingHi, I think you can solve this by setting a default variation