이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Nigeria Cities for WooCommerce

설명

The Nigeria Cities for WooCommerce plugin integrates Nigerian geographic data into WooCommerce, enabling businesses to cater to Nigerian customers efficiently. It add LGA in Nigeria as shipping zones to the default shipping zones.

Key features include:

  • Addition of all Nigerian states and LGAs as shipping zones.
  • JSON-based data for easy updates.
  • Secure handling with nonce verification and input sanitization.
  • Admin notices for missing or invalid JSON files.
  • Error logging for debugging.

JSON Data Format

The plugin uses a JSON file to define states and LGAs. Below is an example format:

json
{
"Lagos": {
"LA-01": "Ikeja",
"LA-02": "Epe",
"LA-03": "Ikorodu"
},
"Abuja": {
"ABJ-01": "Garki",
"ABJ-02": "Wuse",
"ABJ-03": "Asokoro"
}
}

Contributing

Contributions are welcome!

Support

For support, contact the author via Jackson Jonah’s website or email contact@jacksonjonah.com.ng.

스크린샷

설치

From the WordPress Dashboard

  1. Download the plugin as a .zip file.
  2. Go to Plugins > Add New > Upload Plugin in your WordPress admin.
  3. Select the .zip file and click “Install Now.”
  4. Activate the plugin.

Manual Installation

  1. Download the plugin as a .zip file.
  2. Extract the file and upload the folder to /wp-content/plugins/ in your WordPress installation.
  3. Activate the plugin via the WordPress admin dashboard.

FAQ

What happens if the JSON file is not accessible?

If the plugin is unable to access the JSON file (due to connectivity issues, for example), it will display an admin notice, informing you of the problem. You can resolve the issue by ensuring your site has a stable internet connection.

Can I request for some specific locations not included to be added for me?

Yes you can, my simply sending your request across via support

Can I use the plugin outside of Nigeria?

Currently, this plugin is designed specifically to handle Nigerian states and LGAs. If you wish to use it for other countries, you would need to modify the JSON data format to include the relevant data and adjust the plugin accordingly.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Nigeria Cities for WooCommerce”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Nigeria Cities for WooCommerce”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release: Added Nigerian states and LGAs to WooCommerce.