mirror of
https://github.com/10h30/woo-viet.git
synced 2026-07-11 18:56:13 +09:00
Finalize the content of readme.txt
This commit is contained in:
+35
-10
@@ -7,20 +7,36 @@ Stable tag: 1.0
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
Add features to WooCommerce stores having anything related to Vietnam: currency, shipping address, PayPal, nicely format price, and more.
|
||||
Add features to WooCommerce stores having anything related to Vietnam: currency, shipping address, PayPal and more.
|
||||
|
||||
== Description ==
|
||||
|
||||
`WooCommerce for Vietnam` brings the features that help to run WooCommerce stores and customize them for Vietnam much easier.
|
||||
|
||||
`WooCommerce for Vietnam` đem đến các chức năng giúp site WooCommerce có thể tuỳ biến một cách dễ dàng để phù hợp với thị trường Việt Nam.
|
||||
`WooCommerce for Vietnam` đem đến các chức năng để site WooCommerce có thể dễ dàng tuỳ biến cho thị trường Việt Nam.
|
||||
|
||||
|
||||
**Features**
|
||||
**Chức năng - Features**
|
||||
|
||||
(Tiếng Việt)
|
||||
|
||||
* Đổi ký hiệu ngôn ngữ của VND từ mặc định `đ` sang bất cứ thừ gì khác, ví dụ: `VND`, `VNĐ`, `đồng`, v..
|
||||
|
||||
* Thêm tỉnh thành cho Việt Nam khi khách hiền điền địa chỉ nhận hàng hoặc nhận hoá đơn. Chức năng này không có ở trong WooCommerce mặc định.
|
||||
|
||||
* Đổi các số `000` trong giá cả thành `K` (hoặc bất cứ từ nào khác). Ví dụ: `50000` (VND) thành `50K` (VND), hay `50 nghìn` (VND).
|
||||
|
||||
* Hỗ trợ `VND` cho [cổng thanh toán PayPal Standard](https://docs.woocommerce.com/document/paypal-standard/). Chuyển đổi các giá `VND` sang bất kỳ loại tiền tệ nào mà PayPal hỗ trợ trước khi chuyển người dùng sang PayPal.
|
||||
|
||||
|
||||
(English)
|
||||
|
||||
* Change the VND currency symbol `đ` to anything, e.g: `VND`, `VNĐ`, `đồng`, etc.
|
||||
* Add provinces for Vietnam when visitors select Vietanm as a country of the shipping (billing) address. This is not available in WooCommerce by default.
|
||||
* Convert `000` of prices to K (or anything). E.g: `50000` (VND) will be `50K` (VND), or `50 thousands` (VND).
|
||||
|
||||
* Add provinces for Vietnam when visitors select Vietnam as a country of the shipping (billing) address. This is not available in WooCommerce by default.
|
||||
|
||||
* Convert `000` of prices to `K` (or anything). E.g: `50000` (VND) will be `50K` (VND), or `50 thousand` (VND).
|
||||
|
||||
* Support `VND` for [the PayPal Standard gateway](https://docs.woocommerce.com/document/paypal-standard/). Convert `VND` prices to any PayPal supported currency before sending visitors to the PayPal pages.
|
||||
|
||||
**Road Map**
|
||||
@@ -28,13 +44,18 @@ Add features to WooCommerce stores having anything related to Vietnam: currency,
|
||||
In the future, this plugin will be added more and more features for the Vietnam market:
|
||||
|
||||
* Integrate all districts to Vietnam provinces.
|
||||
|
||||
* Integrate at least one solution for collecting money by phone cards.
|
||||
|
||||
* Integrate the Vietnam payment gateways like 1Pay, OnePay, BaoKim, Ngan Luong, etc.
|
||||
|
||||
* Integrate the Vietnam shipping solutions like ShipChung, Giaohangnhanh, ViettelPost, etc.
|
||||
|
||||
**Where can I contribute my code or idea?**
|
||||
|
||||
You can report bugs or contribute code on [this GitHub repo](https://github.com/htdat/woocommerce-for-vietnam).
|
||||
* You can report bugs or contribute code on [this GitHub repo](https://github.com/htdat/woocommerce-for-vietnam).
|
||||
|
||||
* Please also do let us know if the "bug" is just a grammar/spelling error in both English and Vietnamese. We try to make our products as perfect as possible.
|
||||
|
||||
**Installation**
|
||||
|
||||
@@ -42,7 +63,7 @@ Follow these steps to install and use the plugin:
|
||||
|
||||
1. Upload the plugin files to the `/wp-content/plugins/woocommerce-for-vietnam` directory, or install the plugin through the WordPress plugins screen directly.
|
||||
1. Activate the plugin through the `Plugins` screen in WordPress.
|
||||
1. Go to `WooCommerce -> WooCommerce for Vietnam` screen and configure the plugin.
|
||||
1. Go to the `WooCommerce -> WooCommerce for Vietnam` screen and configure the plugin.
|
||||
|
||||
== Installation ==
|
||||
|
||||
@@ -50,18 +71,22 @@ Follow these steps to install and use the plugin:
|
||||
|
||||
1. Upload the plugin files to the `/wp-content/plugins/woocommerce-for-vietnam` directory, or install the plugin through the WordPress plugins screen directly.
|
||||
1. Activate the plugin through the 'Plugins' screen in WordPress.
|
||||
1. Go to `WooCommerce -> WooCommerce for Vietnam` screen and configure the plugin.
|
||||
1. Go to the `WooCommerce -> WooCommerce for Vietnam` screen and configure the plugin.
|
||||
|
||||
|
||||
== Frequently Asked Questions ==
|
||||
|
||||
= Where can I contribute my code or idea? =
|
||||
|
||||
You can report bugs or contribute code on [this GitHub repo](https://github.com/htdat/woocommerce-for-vietnam).
|
||||
* You can report bugs or contribute code on [this GitHub repo](https://github.com/htdat/woocommerce-for-vietnam).
|
||||
* Please also do let us know if the "bug" is just a grammar/spelling error in both English and Vietnamese. We try to make our products as perfect as possible.
|
||||
|
||||
== Screenshots ==
|
||||
|
||||
1. This screen shot
|
||||
1. The settings page under WooCommerce -> WooCommerce for Vietnam.
|
||||
2. Prices are changed to "K", and the symbol is now "VND".
|
||||
3. List provinces when selecting Vietnam.
|
||||
4. Let clients know about the currency conversion before switching to the PayPal pages.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
|
||||
Reference in New Issue
Block a user