ཞིབ་བརྗོད།
This is a custom checkout plugin for WooCommerce. It adds specialized billing address fields for Vietnamese addresses, making it easy to select provinces, districts, and wards.
Development & Source Code
You can view, fork, or contribute to our plugin’s source code on GitHub:
https://github.com/Ping89/ithan-devvn-checkout-for-woocommerce
A brief Markdown
Markdown is what the parser uses to process much of the readme file.
Ordered list:
- Edit billing and shipping addresses to match Vietnamese addresses.
- Allow selecting provinces, districts, and wards via combo boxes.
- Display more flexible error messages.
གཏུབ་རེིས།
Màn hình chính
Form điền thông tin thanh toán của khách hàng trên trang thanh toán của woocommerce sau khi kích hoạt plugin này.Chọn địa chỉ VN
Giao diện chọn địa chỉ ở Việt Nam.Hiển thị nhãn thông tin
Hiển thị thông tin các trường cần nhập cho form thanh toán.Báo lỗi nếu có
Hiển thị báo lỗi trước khi thanh toán.Form cập nhật địa chỉ đơn hàng trong trang quản lý đơn hàng
Hiển thị tính năng cập nhật địa chỉ đơn hàng cho phù hợp ở VN, trong trang quản lý đơn hàng của woocommerce.Cài đặt địa chỉ thanh toán
Hiển thị thông tin cài đặt địa chỉ thanh toán các trường bắt buộc mã tỉnh thành, mã quận huyện, mã xã phường và các thông tin cần thiết nếu bạn muốn thay đổi trên checkout form.Cài đặt địa chỉ giao hàng
Hiển thị thông tin cài đặt địa chỉ gia hàng các trường bắt buộc mã tỉnh thành, mã quận huyện, mã xã phường và các thông tin cần thiết nếu bạn muốn thay đổi trên checkout form.Cài đặt theme đa dạng
Chọn màu sắc, css phù hợp với trang web của bạn.Trang Thankyou
Hiển thị trang thanh toán của đơn hàng.Cấu hình trường mã tỉnh thành
Sử dụng Checkout Form để thêm trường mã Tỉnh Thành theo cấu hình. Cấu hình tương tự cho mã Quận Huyện, Xã Phường. Cũng làm tương tự cho phần Shipping như phần Billing.
སྒྲིག་འཇུག
Upload the plugin files to the /wp-content/plugins/ithan-devvn-checkout-for-woocommerce
directory, or install the plugin through the WordPress plugins screen directly.
How to Get Started
Install “woo-checkout-field-editor” (or a similar checkout field editor plugin) and adjust any billing fields as desired.
To use this plugin effectively, you must include the following three fields:
– billing_province_code
(select) – Province/City
– billing_district_code
(select) – District
– billing_ward_code
(select) – Ward
– shipping_province_code
(select) – Province/City
– shipping_district_code
(select) – District
– shipping_ward_code
(select) – Ward
FAQ
-
Where can I find the un-minified source code?
-
All of our original, human-readable JavaScript and CSS is included under
assets/src/
.
We use a build process to generate the files found inassets/build/
. -
How do I rebuild these files myself?
-
- Make sure you have Node.js and npm installed.
- From the plugin directory, run
npm install
to fetch all dependencies. - Run
npm run minify-js
andnpm run minify-css
to compile/minify the source code intoassets/build/
. - The final production-ready files will appear in the
assets/build/
directory.
We also maintain a GitHub repository (link below), where you can view the complete plugin source, including branches, commit history, and build scripts.
གདེང་འཇོག
There are no reviews for this plugin.
བྱས་རྗེས་འཇོག་མཁན། & གསར་འབྱེད་པ།
“ithan devvn checkout for woocommerce” is open source software. The following people have contributed to this plugin.
བྱས་རྗེས་འཇོག་མཁན།ཁྱེད་ཀྱི་སྐད་ཡིག་ནང་ལ་ “ithan devvn checkout for woocommerce” ཡིག་སྒྱུར་བྱོས།
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
དག་བཅོས་ཉིན་ཐོ།
3.2
- Fixed some function/class names for better convention.
3.0
- Fixed some function/class names for better convention.
2.0
- Added scripts to build minified JS/CSS via Node.js.
- Changed some function/class names for better convention.
1.2
- Introduced a new skin.
- Added custom CSS/JS for error display.
- Displayed label tooltips.
1.0
- Initial plugin creation.