???
??? ???? ????? 3 ????? ????? ??? ???? ???? ?? UPS
?????? ????? ?? ???? ?? ?? ????? ??? ????
1. ??? ??? ???? ????? ???? ??? ????? ?? ?????? ??????? ???? ????? ???????? , (???? ????? ???? ? ???? ?? ?????? ??? ????)
2. ?? ???? ?????? ????? ?????? ???? ???? ,
??? ?? ?????? ????? ????? ?? ?????? ???? ??? ????? ?? ?????? ???? ?? ????, ?? ??? ??? ?????? ??????
???? ???
First of all, your plugin has been helpful over the years. Thank you very much.
Now, I need to add more cities particularly to Lagos, Nigeria. I suggest that there should be a way users can add and/or remove cities they want.
For instance, below are the current cities in Lagos, Nigeria, and the desired cities that I now need respectively:
'NGLAAG' => 'Agege',
? ? 'NGLAAI' => 'Ajeromi-Ifelodun',
? ? 'NGLAAL' => 'Alimosho',
? ? 'NGLAAO' => 'Amuwo-Odofin',
? ? 'NGLAAP' => 'Apapa',
? ? 'NGLABA' => 'Badagry',
? ? 'NGLAEO' => 'Eti-Osa',
? ? 'NGLAEP' => 'Epe',
? ? 'NGLAID' => 'Ikorodu',
? ? 'NGLAII' => 'Ifako-Ijaye',
? ? 'NGLAIJ' => 'Ikeja',
? ? 'NGLAIL' => 'Ibeju/Lekki',
? ? 'NGLAKO' => 'Kosofe',
? ? 'NGLALI' => 'Lagos Island',
? ? 'NGLALM' => 'Lagos Mainland',
? ? 'NGLAMU' => 'Mushin',
? ? 'NGLAOI' => 'Oshodi-Isolo',
? ? 'NGLAOJ' => 'Ojo',
? ? 'NGLASH' => 'Shomolu',
? ? 'NGLASU' => 'Surulere',
'NGLAAG' => 'Agege',
'NGLAAI' => 'Ajeromi-Ifelodun',
'NGLAAL' => 'Alimosho',
'NGLAAO' => 'Amuwo-Odofin',
'NGLAAP' => 'Apapa',
'NGLABA' => 'Badagry',
'NGLACV' => 'Chevron',
'NGLAED' => 'Egbeda',
'NGLAEO' => 'Eti-Osa',
'NGLAEP' => 'Epe',
'NGLAID' => 'Ikorodu',
'NGLAII' => 'Ifako-Ijaye',
'NGLAIJ' => 'Ikeja',
'NGLAIL' => 'Ibeju/Lekki',
'NGLAIY' => 'Ikoyi',
'NGLAKO' => 'Kosofe',
'NGLALI' => 'Lagos Island',
'NGLALM' => 'Lagos Mainland',
'NGLAML' => 'Maryland',
'NGLAMO' => 'Magodo',
'NGLAMU' => 'Mushin',
'NGLAOD' => 'Ogudu',
'NGLAOI' => 'Oshodi-Isolo',
'NGLAOJ' => 'Ojo',
'NGLAST' => 'Sangotedo',
'NGLASH' => 'Shomolu',
'NGLASU' => 'Surulere',
'NGLAVI' => 'Victoria Island',
'NGLAYB' => 'Yaba',
I humbly ask that you help update these newly added cities as I need them urgently.
Also, kindly help create access to add new cities from the dashboard in your future update.
Thank you very much once again as I look forward to your kind assistance.
]]>Hello,
First of all i would like to thank you for your great plugin! it is very helpful.
I have read that it is support districts, but i have already searched for this function in the plugin but i wasn’t able to find any related option.
I just want to make sure whether the plugin supporting district or no. Thank you very much!
]]>Is it because of the new version of WooCommerce?
Warning: Undefined array key "CL920" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL908" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL854" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL801" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL916" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL858" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL797" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL824" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL878" in?/home2/lgxskbyj/todorock.cl/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL882" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL785" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Warning: Undefined array key "CL755" in?/.../wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
Thank you!
]]>How I remove some cities from the list? I found the solution code like this:
add_filter( 'csz_cities', 'csz_remove_cities' );
function csz_remove_cities( $cities ) {
$country_code = 'EE';
$unnecessary_cities = [ 'EE784', 'EE296', 'EE446' ];
foreach ( $unnecessary_cities as $city ) {
if ( isset( $cities[ $country_code ][ $city ] ) ) {
unset( $cities[ $country_code ][ $city ] );
}
}
return $cities;
}
In this code, the country code ‘EE’ is for Estonia and ‘EE784’, ‘EE296’, ‘EE446’ are the cities code of Estonia. But I can’t test it because I don’t know how to check the country code.
I would know how can I find the country code for Myanmar and cities code?
]]>Hello, please I need your help, the field “City” doesn’t show on my checkout page, what can be happen?
When I go to the plugin editor code, all is ok, this line show good:
if ( did_action( 'woocommerce_before_shipping_calculator' ) && ! did_action( 'woocommerce_after_shipping_calculator' ) && $state_enabled && in_array( WC()->countries->get_base_country(), get_option( 'wc_csz_countries_codes' ) ) ) {
Thanks, greetings.
]]>Hi,
I’m getting in Query Monitor?this error for 190 lines. Here is one example:
Warning
Undefined array key “CL815”
WPForms\ErrorHandler->error_handler()
WC_Shipping_Zone->get_formatted_location()
WC_Shipping_Zones::get_zones()
Automattic\W\B\S\ShippingController->hydrate_client_settings()
do_action('admin_enqueue_scripts')
Any idea?
Best regards
]]>Hi guys, thanks for this awesome plugin. I have abit of an issue. The state label on the admin order page is displayed as the state code e.g Lagos is displayed as LA, i need the full label to be displayed correctly, how do i fix this. Thanks
]]>Dear Plugin Team,
Some cities are missing in LIBYA, can you please let me know how to add those cities or just add them.
]]>???? ?? ??
??? ???? ????? ?????? ????? ???? ??????? ?? ????
??? ????? ?? ???????
????? ????? ??? ?????? ?? ???? ?? ???? ???
IL5000
??? ???? ?? ?????? ??? ????? ??? ??? ????
??? ?? ???? ???? ????
]]>Hi guys, trust y’all good!
Please, how can I change checkout text label “state / county” to just “state” and change “city” to “Local government area”.
Thanks!
]]>If you leave the option; “Display a State/Country filter for the cities of the shop country” on, it shows the option twice on the Cart Page and Twice on the checkout page and this makes it impossible to checkout. Any idea what can be done?
]]>Hi, how can I add to the list of shipping cities, an option of collecting the item from the shop, with no shipment charge
]]>Good evening, in the plugin configuration within the WooCommerce settings, in the last section of “zone region batch selection”, what should I put in the “zone region” field?
SCREENSHOT: https://iili.io/JnFuixI.png
The country is Peru and is organized by “Departments”, within each Department there are “Provinces”, and within each Province there are “Districts”. The plugin allows me to work correctly with SHIPPING, adding a manual edit to the “PE.php” file.
While it works, I’m wondering what to put (or leave blank) in that field (“zone region”) in the plugin settings within WooCoomerce settings.
I will appreciate your observations.
Thank you, best regards.
]]>Dear Team,
Some cities are missing in UAE, can you pls let me know how to add those cities
]]>Hello,
Big fan of the plugin, Condless! Thank you for all your work!
I am sometimes getting the following error on the woocommerce checkout page. The error is: “An unexpected error has occurred, please try again. This commerceOrder (Order Number Here) has been previously paid”
It doesn’t always happen. But here is the following nginx php error I see in my logs with private info like IP’s and website address edited out. Hopefully I can get some guidance on this, would be much appreciated! Thanks! Just a side note: the “finalizar-compra” page is my checkout page, just renamed for Spanish.
2023/10/19 15:00:45 [error] 2313327#2313327: *112 FastCGI sent in stderr: “PHP message: PHP Warning: ?Undefined array key “billing_country” in /public_html/wp-content/plugins/cities-shipping-zones-for-woocommerce/cities-shipping-zones-for-woocommerce.php on line 898PHP message: This commerceOrder 5336 has been previously paid” while reading response header from upstream, client: 180.00.000.00, server: website.com, request: “POST /?wc-ajax=checkout HTTP/2.0”, upstream: “fastcgi://unix:/run/php/php8.1-fpm-website.com.sock:”, host: “website.com”, referrer: “https://website.com/finalizar-compra/”
]]>How could I set up an equal shipping price for all districts in a city?
]]>Dear Developer.
kindly add cities in the county of oman. Following cities are needed:
Muscat
Salalah
Bureimi
Sur
Nizwa
]]>I’m trying to add cities within Israel and it doesn’t give me a city shop, why?
First off, thanks for this, it has allowed me to filter out cities/states from Costa Rica.
I’m having a bit of an issue when WooCommerce is filtering the state.
Steps to repro:
1. Head to URL (https://twp.scorpiotek.com.au/product/clasica/)
2. Add product cart
3. View Cart
4. Head to checkout
5. Select Province “San José”
6. Select the “Ciudad” dropdown
Check the JS console, it shows an error about:
Uncaught ReferenceError: term is not defined
This is using a custom cities php file (https://1drv.ms/u/s!AuYDDdfI2CCigYH2YqlmmVP5hg-qQx8) that I have included in the plugin, not sure of that’s what’s causing the problem.
Thanks!
(please email me if you need backend access [email protected])
When will it support High-Performance Order Storage (HPOS) ?
]]>??? ?? ????? ?? ???? . ??? ?? ??? ????? ?? ???? ?????? ???? ??? ???? ?? ?????
????
]]>recently i get the order witout the city name. it just show me the city code
??? ?????
???? 18 ????? c
???? 2, ???? 8
IL5000
tanks
]]>Hi, I’m using the plugin for Israeli cities shipping zones.
After upgrading woocommerce – currently 7.4.0 (WP 6.1.1)
On some of the admin pages I see (In Orders):
Notice: Undefined index: IL7700 in?/home/siktwrye/public_html/deganim/wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php?on line?130
I think its related to older key naming of your (amazing) plugin
Please help
]]>Hi there,
Please may you add the city “Durban” to the South African list of cities?
Currently, there is an option called “eThekwini”, but this is not correct, because eThekwini refers to a municipal district that encompasses the city of Durban as well as several small towns surrounding Durban.
So it would fine to leave eThekwini as is, but just add Durban as an additional option because this is more intuitive to people who actually live in Durban.
Many thanks!
]]>Hello, I have found there are a lot of missing towns in the Modena Area, is there a way I can maybe manually add them? I’m talking for example about these cities:
Cortile
Rovereto sul secchia
Solara
Sorbara
Mortizzuolo
Quarantoli
San Giacomo roncole
When “Hide shipping costs until an address is entered” is selected no price is shown after selecting Country and City in the Shipping calculator or Checkout page.
]]>I noticed Cities Shipping Zones for WooCommerce gets WooCommerce default states names directly from woocommerce/i18n/states.php. This ignores the woocommerce_states filter to change states names. Is there a way to change this to use WC()->countries->get_states() instead?
]]>Hi,
When I try to set a label or add a class to a field after I activate the plugin my modifications getting ignored.
The hook i`m using:
“woocommerce_checkout_fields”
and the modifications are:
$fields[‘billing’][‘billing_address_1’][‘label’] = “????? ????: ????, ????, ?????”;
$fields[‘billing’][‘billing_state’][‘class’] = [‘address-field’,’form-row-first’];
For a split of a second I can see the changes I have made but then the plugin some how override it.. ??
]]>Hello, Im using your plugin on my website, and want to translate the cites of. When I choose Kuwait, half of the cities are translated, but the states are not. And if I go to other countries like said arabia, or UAE, everything is in English.
Kindly let me know how I can translate this. Im using wpml for my website