htdat / woo-viet

The repo for the WordPress plugin "Woo Viet - WooCommerce for Vietnam"
https://wordpress.org/plugins/woo-viet/
37 stars 22 forks source link

Support Vietnam districts in the back-end #49

Open htdat opened 6 years ago

htdat commented 6 years ago

Currently, Woo Viet is using WC City Select for adding Vietnam districts.

However, this feature supports for the front-end only (check-out page), it does not support the back-end.

We need to find a way to support the back-end as well.


From https://wordpress.org/support/topic/can-lam-ket-noi-tracking-cua-ben-van-chuyen/#post-10198529

Longkt commented 6 years ago

Note: https://gist.github.com/Longkt/49d52806c01ff8f5f6ebe4ce40abec32

Where can I place the code to resolve this issue? Maybe class-wooviet-cities.php Need to find anywhere to support the districts in the backend, I found one in General Settings and one in Orders.

htdat commented 6 years ago

Where can I place the code to resolve this issue? Maybe class-wooviet-cities.php

Yes.

Need to find anywhere to support the districts in the backend, I found one in General Settings and one in Orders.

I think so. Try to see if there is any other place?

htdat commented 4 years ago

Similar request from the original plugin https://github.com/8manos/wc-city-select/issues/23

htdat commented 4 years ago

Note: https://gist.github.com/Longkt/49d52806c01ff8f5f6ebe4ce40abec32

This code is not able to run correctly!