[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fgOTrsWNhIME4qe09zVLH9fx5L_Sb3sz1FjXuBP6Sh-Q":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"mantish","https:\u002F\u002Fprofiles.wordpress.org\u002Fmantish\u002F",2,6000,92,30,88,"2026-04-04T05:52:56.322Z",[13,38],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":33,"download_link":34,"security_score":8,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"wc-city-select","WC City Select","1.0.10","\u003Cp>WooCommerce uses a text input for the customers to enter the city or town. With this plugin you can provide a list of cities to be shown as a select dropdown.\u003C\u002Fp>\n\u003Cp>This will be shown in checkout pages, edit addresses pages and shipping calculator if it’s configured that way.\u003C\u002Fp>\n\u003Ch3>WooCommerce Cart and Checkout Blocks\u003C\u002Fh3>\n\u003Cp>This plugin is not yet compatible with Blocks.\u003Cbr \u002F>\nIt works using the legacy shortcodes: \u003Ccode>[woocommerce_cart]\u003C\u002Fcode> and \u003Ccode>[woocommerce_checkout]\u003C\u002Fcode>.\u003C\u002Fp>\n\u003Cp>To make this plugin work, you can use these shortcodes instead of the blocks for your Cart and Checkout pages.\u003C\u002Fp>\n\u003Ch3>How to add cities\u003C\u002Fh3>\n\u003Cp>A list of cities has to be loaded in the functions.php file (the plugin already includes cities from some countries).\u003C\u002Fp>\n\u003Cp>Use \u003Ccode>wc_city_select_cities\u003C\u002Fcode> filter to load your cities. This is done similarly to \u003Ca href=\"https:\u002F\u002Fdocs.woothemes.com\u002Fdocument\u002Faddmodify-states\u002F\" rel=\"nofollow ugc\">adding states\u002Fprovinces\u003C\u002Fa>.\u003Cbr \u002F>\nIt should be added on your functions.php or a custom plugin.\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'wc_city_select_cities', 'my_cities' );\n\u002F**\n * Replace XX with the country code. Instead of YYY, ZZZ use actual  state codes.\n *\u002F\nfunction my_cities( $cities ) {\n    $cities['XX'] = array(\n        'YYY' => array(\n            'City ',\n            'Another City'\n        ),\n        'ZZZ' => array(\n            'City 3',\n            'City 4'\n        )\n    );\n    return $cities;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Cp>It’s also possible to use a list of cities without grouping them by state:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>add_filter( 'wc_city_select_cities', 'my_cities' );\nfunction my_cities( $cities ) {\n    $cities['XX'] = array(\n        'City ',\n        'Another City'\n    );\n    return $cities;\n}\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>Github\u003C\u002Fh3>\n\u003Cp>Source code and contributions at \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F8manos\u002Fwc-city-select\" rel=\"nofollow ugc\">github\u003C\u002Fa>\u003C\u002Fp>\n","City Select for WooCommerce. Show a dropdown select as the cities input.",3000,43681,98,14,"2025-03-22T09:27:00.000Z","6.8.5","4.0","",[28,29,30,31,32],"cities-dropdown","cities-select","city-dropdown","city-select","woocommerce","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwc-city-select\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwc-city-select.1.0.10.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":39,"name":40,"version":41,"author":4,"author_profile":5,"description":42,"short_description":43,"active_installs":19,"downloaded":44,"rating":45,"num_ratings":46,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":26,"tags":50,"homepage":55,"download_link":56,"security_score":8,"vuln_count":35,"unpatched_count":35,"last_vuln_date":36,"fetched_at":37},"wc-variations-radio-buttons","WC Variations Radio Buttons","2.1.1","\u003Cp>Radio buttons are more friendly than dropdown selects. This plugin will help you have a better UX in your WooCommerce site, as your customers will see all your variations without having to click on a dropdown.\u003C\u002Fp>\n\u003Cp>The radio buttons will be toggled dinamically so your customers won’t be able to choose non existent variations.\u003C\u002Fp>\n\u003Ch3>Theme Compatibility\u003C\u002Fh3>\n\u003Cp>This plugin may not work out of the box with some themes. This is due to a theme having its own template for variation selection (single-product\u002Fadd-to-cart\u002Fvariable.php).\u003C\u002Fp>\n\u003Cp>To make this plugin work with a non compatible theme, a \u003Ca href=\"http:\u002F\u002Fthemify.me\u002Fdocs\u002Fchild-themes\" rel=\"nofollow ugc\">child theme\u003C\u002Fa> has to be created.\u003Cbr \u002F>\nThen copy plugins\u002Fwc-variations-radio-buttons\u002Ftemplates\u002Fsingle-product\u002Fadd-to-cart\u002Fvariable.php to themes\u002Fyour-child-theme\u002Fwoocommerce\u002Fsingle-product\u002Fadd-to-cart\u002Fvariable.php\u003C\u002Fp>\n\u003Ch3>Github\u003C\u002Fh3>\n\u003Cp>Source code and contributions at \u003Ca href=\"https:\u002F\u002Fgithub.com\u002F8manos\u002Fwc-variations-radio-buttons\" rel=\"nofollow ugc\">github\u003C\u002Fa>\u003C\u002Fp>\n","Variations Radio Buttons for WooCommerce. Let your customers choose product variations using radio buttons instead of dropdowns.",107780,86,29,"2024-12-14T16:06:00.000Z","6.7.5","4.4",[51,52,53,54,32],"radio-buttons","variations","variations-radio","variations-radio-buttons","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwc-variations-radio-buttons\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwc-variations-radio-buttons.2.1.1.zip"]