Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

All Countries Counties For WooCommerce

Mô tả

All Countries Counties For WooCommerce is a plugin that automatically pre-populate your WooCommerce state fields to allows customers select from preconfigured states rather than typing it in manually.

It also have support for local governments. So, countries whose states have local government would automatically have a local government dropdown field on checkout page.

The local government feauture is only available in Nigeria at the moment.

Supported Countries

  • United Kingdom
  • Nigeria
  • Chile
  • Kenya
  • Guatemala

= Overriding local governments in theme function.php

add_filter( 'wc_add_counties_local_government', 'my_custom_lga' );

function my_custom_lga( $local_governments ) { 
    my_custom_lga_array = [
        '' => __( 'Select an option...' , 'woocommerce' ),
        'Agege/ijaiye' => __( 'Agege/ijaiye', 'woocommerce' ),
        'Ajeromi/ifelodun' => __( 'Ajeromi/ifelodun', 'woocommerce' ),
        'Alimosho' => __( 'Alimosho', 'woocommerce' ),
        'Amuwo Odofin' => __( 'Amuwo Odofin', 'woocommerce' ),
        'Apapa' => __( 'Apapa', 'woocommerce' ),
    ];

    $local_governments['NG']['LA'] = my_custom_lga_array;

    return $local_governments;
}

Ảnh màn hình

  • The WooCommerce state field converted to a drop down.

Cài đặt

Minimum Requirements

  • WordPress 3.8 or greater
  • PHP version 5.2.4 or greater
  • MySQL version 5.0 or greater

Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu and click Add New.

In the search field type WooCommerce All Country States and click Search Plugins. Once you’ve found our plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by simply clicking “Install Now”.

Manual installation

The manual installation method involves downloading the latest version our plugin and uploading it to your WebServer via your Favourite FTP application. The WordPress codex contains instructions on how to do this here.

Updating

Automatic updates should work like a charm; as always though, ensure you backup your site just in case.

Hỏi đáp

Where can I report bugs to the project?

Bugs can be reported on our GitHub repository.

All Countries Counties For WooCommerce is awesome! Can I contribute?

Yes you can! Join in on our GitHub repository 🙂

Đánh giá

28 Tháng Sáu, 2017
Thanks for Chile. I know it's maybe too much but you could include the "comunas" too 😀
Đọc tất cả 2 đánh giá

Người đóng góp & Lập trình viên

“All Countries Counties For WooCommerce” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.1.2 – 19/03/2019

  • Compatibility – Tested with WordPress version 5

1.1.1 – 22/05/2018

  • Fix – Removed redundant user data update function

1.1.0 – 18/09/2017

  • Feature – Added filters to override local governments collection in theme function

1.0.6 – 07/12/2016

  • Feature – Added Guatemala Departments

1.0.5 – 29/09/2016

  • Feature – Added local government to package destination
  • Feature – Added Support for re-calculating shipping fee when local government custom field(s) changes
  • Fix – Fix issue #1
  • Fix – Added Mixing files
  • Feature – Added Support for Local Government
  • Feature – Added Local Government for Nigerian States
  • Feature – Added Local Government field to checkout for Nigeria
  • Feature – Added Chile provinces
  • Feature – Added Kenya Counties
  • Fix – Displayed Admin Notice when WooCommerce is not installed or Activated
  • Feature – Added states for Nigeria and United Kingdom