Mastersoft Address Autocomplete plugin for WooCommerce.
Australia and New Zealand Address Autocomplete plugin for WooCommerce Checkout and Account Billing and Shipping Addresses.
Features:
- Autocomplete billing and shipping address in Checkout page
- Autocomplete address in My Account page for Customer's billing address and shipping address
- Only activated when the selected country is Australia or New Zealand
- Settings for Mastersoft Address, such as Source of Truth
Get started with a FREE Trial licence key.
This plugin requires WooCommerce. Please make sure WooCommerce is installed.
Automatic installation is not currently available.
- Download the zip file of the latest release from GitHub.
- Upload the zip file to your WordPress plugins directory by either:
-
Upload the zip file using your WordPress Admin:
Log in to WordPress Admin > go to
Plugins
>Add New
>Upload Plugin
button > upload the zip fileOR
-
Upload and unzip the zip file into your WordPress plugins directory:
WP_ROOT/wp-content/plugins/
. TheWP_ROOT
is usually/var/www/html/
.
-
After installation, the WordPress plugins directory should include the woocommerce-mastersoft-address
directory with the same file structure as the GitHub.
The plugin is also available for installation from Packagist.
-
Download and install composer:
$ curl -sS https://getcomposer.org/installer | php $ mv composer.phar /usr/local/bin/composer
-
Install with composer by either:
-
Create
composer.json
file in theWP_ROOT
and add themastersoft/woocommerce-mastersoft-address
package. For example, to addwoocommerce-mastersoft address
v1.0.1.{ "require": { "mastersoft/woocommerce-mastersoft-address": "1.0.1" } }
Install the package:
$ composer install
OR
-
Use extended composer command and install:
$ composer require mastersoft/woocommerce-mastersoft-address:<version>
The
<version>
is optional.
-
After installation, the WordPress plugins directory should include the woocommerce-mastersoft-address
directory with the same file structure as the GitHub.
-
Update
composer.json
in your WordPress plugins directory with the version to be downloaded:$ composer require mastersoft/woocommerce-mastersoft-address:<version> --no-update
Alternatively, you can also update the version of
mastersoft/woocommerce-mastersoft-address
package in thecomposer.json
file by directly editing it. -
Download and install the updated version of
mastersoft/woocommerce-mastersoft-address
:$ composer update
- Activate plugin: log in your WordPress Admin > got to
Plugins
>Installed Plugins
> scroll toMastersoft Address
plugin and clickActivate
- Configure plugin by following the Configuration guide.
To disable: log in to your WordPress Admin > go to Plugins
> Installed Plugins
> scroll to Mastersoft Address
plugin and click Deactivate
to disable plugin.
This will disable the functionality but will still keep all your configuration settings, so you do not need to configure when you enable the plugin again.
To enable: log in to your WordPress Admin > go to Plugins
> Installed Plugins
> scroll to Mastersoft Address
plugin and click Activate
to enable plugin.
Log in to your WordPress Admin > go to Plugins
> Installed Plugins
> scroll to Mastersoft Address
and click Deactivate
and Delete
.
This will uninstall and delete all the configuration settings in your database.
If there is an error message during the deleting process Could not fully remove the plugin ....
, please make sure the file ownership is set to www-data
. To correct the ownership, change to your WordPress plugins directory:
$ chown -R www-data:www-data woocommerce-mastersoft-address
Log in to your WordPress Admin > go to WooCommerce
> Settings
> Mastersoft Address
tab.
-
Licence Key: (mandatory). Get your FREE Trial licence key. Must be in username-without-domain:password format. Default Value: blank/empty.
-
URL: Default value if empty/blank:
https://hosted.mastersoftgroup.com
. -
Default Widget Options: Generic Widget Options for both AUSTRALIA and NEW ZEALAND. Pre-configured and default value:
{ singleLineHitNumber: 5, caseType: "TITLE" }
-
Widget Options for AUSTRALIA: Widget Options for AUSTRALIA only. If the same key is in the Default Widget Options, the value here will take precedence for AUSTRALIA. Pre-configured and default value:
{ sot: "GNAF" }
. -
Widget Options for NEW ZEALAND: Widget Options for NEW ZEALAND only. If the same key is in the Default Widget Options, the value here will take precedence for NEW ZEALAND. Pre-configured and default value:
{ sot: "NZAD", exposeAttributes: "1" }
.All Widget Options must be in valid JSON format. Here is the full list of available Feature Options.
You can get a FREE Trial licence key and start using it right away.
Widget Options are basically sot
for Source of Truth
value and key value of FeatureOptions
.
Currently these Source of Truth are available for AUSTRALIA: AUPAF
, GNAF
and for NEW ZEALAND: NZPAF
, NZAD
.
Here is the full list of Feature Options.
New Zealand Region will only be selected if Source of Truth is NZAD
and exposeAttributes
is turned on.
Go to Mastersoft Address
WooCommerce Settings in your WordPress Admin and change Widget Options for NEW ZEALAND
value to { sot: "NZAD", exposeAttributes: "1" }
.
Any questions or bugs can be reported either by opening an issue on Mastersoft GitHub.
Alternatively, you can contact us via e-mail to [email protected] or via our website https://www.mastersoftgroup.com/.
You can find the documentation of our REST API here.
The release history is available on GitHub.
If you have any questions or issues with this module, open an issue on GitHub. Alternatively you can contact us via e-mail or our website:
[email protected]
https://www.mastersoftgroup.com/
(c) 2022 Mastersoft