Mô tả
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.
Cài đặt
From the WordPress Dashboard
- Download the plugin as a
.zip
file. - Go to
Plugins > Add New > Upload Plugin
in your WordPress admin. - Select the
.zip
file and click “Install Now.” - Activate the plugin.
Manual Installation
- Download the plugin as a
.zip
file. - Extract the file and upload the folder to
/wp-content/plugins/
in your WordPress installation. - Activate the plugin via the WordPress admin dashboard.
Hỏi đáp
-
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.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Nigeria Cities 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ópDịch “Nigeria Cities for WooCommerce” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.0
- Initial release: Added Nigerian states and LGAs to WooCommerce.