=== GINBOX for WooCommerce === Contributors: ginbox, krunalprajapati41 Donate link: https://paypal.me/ginbox Tags: ginbox, woocommerce ginbox, autofill address, shipping address, billing address Requires at least: 4.9 Requires PHP: 5.2.4 Tested up to: 5.8 WC requires at least: 3.0.0 WC tested up to: 5.6.0 Stable tag: 1.0.0 License: GPLv3 or later License License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == Autofill the shipping and billing address using GINBOX number to the WooCommerce checkout page. = Features = On the checkout page of the WooCommerce website, there would be a search field right above shipping & billing address forms where users can write and search the GINBOX number. If the Plugin gets the success response from the GINBOX server against the search command, it auto-fills all the mandatory address fields of the form along with the contact details. It also gives a text response if searched GINBOX number is wrong or the owner of the GINBOX number has preferred the privacy of his address linked with the GINBOX number. Customers can edit all filed fields before checkout. == Screenshots == 1. Plugin Settings 2. Checkout Billing Details 3. Checkout Shipping Details == Installation == = Automatic Installation = Login to your WordPress dashboard and navigate to the Plugins menu, and click "Add New" In the search input type "WooCommerce GINBOX" then hit enter. Once you have found a plugin, you can view details about plugin and you can install it by click "Install Now" and WordPress will take it from there. = Manual Installation = Download "WooCommerce GINBOX" plugin and upload it to your server via your FTP. The WordPress codex contains [instructions on how to doing this here](https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation). Once installation done 1. Go to: WooCommerce > Settings > Advanced > GINBOX. 2. Tick the checkbox to Enable 3. Visit GINBOX.io and get plugin access key and fill into Token field 4. Save changes. == Frequently Asked Questions == = How I get the token of the API request? = Please visit [www.ginbox.io/accounts](https://www.ginbox.io/accounts/) . Create a business account and complete the profile. After completion of profile and filing IP4 address of your API requesting server, you will see the token to be used. = Is token is fixed for my website? What is the protection against the misuse of token? = Yes, token is fixed for your account and based on IP address you fill in. Request from your declared IP is permitted by GINBOX server to send the API request. = Can I use all the parameters in the API? = In WooCommerce plugin we have mapped the parameters required by the WooCommerce field. However if you need to use more parameters of API, may kindly get in touch with us. = Will this plugin affect normal checkout option of WooCommerce? = No, not at all, it is an optional additional feature for users to get better checkout experience. == Changelog == = Version 1.0.0 - 20-08-2021 = * Initial Release