Download the PHP package mastersoft/woocommerce-mastersoft-address without Composer

On this page you can find all versions of the php package mastersoft/woocommerce-mastersoft-address. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package woocommerce-mastersoft-address

mastersoft-address-woocommerce

Loqate AU NZ Address Autocomplete plugin for WooCommerce.

Performance Address lookup and validation for WooCommerce Checkout and Account Billing and Shipping Addresses, as well as checkout with Address lookup and validation, business lookup and validation, email and phone validation​

For the up to date user guide please visit https://docs.mastersoftgroup.com/loqate-harmony-api/integrations/woocommerce-plugin/woocommerce-user-guide

Description

Turns your checkout into a performance checkout by saving the customer time in checkout, reduces failed deliveries, reduces failed contacts and builds trust. Powered by the most curated address and location data in the world. Loqate is the most advanced software for capturing, verifying and enriching address data globally - delivering the unrivalled precision businesses need.

Features:

Get started with a FREE Trial licence key.

Installation

This plugin requires WooCommerce. Please make sure WooCommerce is installed.

Automatic installation

Automatic installation is not currently available.

Manual installation

  1. Download the zip file of the latest release from GitHub.
  2. 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 file

      OR

    • Upload and unzip the zip file into your WordPress plugins directory: WP_ROOT/wp-content/plugins/. The WP_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.

Composer installation

The plugin is also available for installation from Packagist.

  1. Download and install composer:

  2. Install with composer by either:

    • Create composer.json file in the WP_ROOT and add the mastersoft/woocommerce-mastersoft-address package. For example, to add woocommerce-mastersoft address v1.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.

Updating an existing Composer installation

  1. 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 the composer.json file by directly editing it.

  2. Download and install the updated version of mastersoft/woocommerce-mastersoft-address:

    $ composer update

Post installation

  1. Activate plugin: log in your WordPress Admin > got to Plugins > Installed Plugins > scroll to Mastersoft Address plugin and click Activate
  2. Configure plugin by following the Configuration guide.

Disable/enable plugin

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.

Uninstallation

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

Configuration

Log in to your WordPress Admin > go to WooCommerce > Settings > Mastersoft Address tab.

Frequently Asked Questions

How do I get a licence key?

You can get a FREE Trial licence key and start using it right away.

What are all available Widget Options to configure in the settings?

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.

Why the Region for New Zealand is not auto-selected after selecting an address?

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" }.

Where can I report bugs or ask further questions?

Any questions or bugs can be reported either by opening an issue on Mastersoft GitHub.

Alternatively, you can contact us via our website https://www.loqate.com/anz/contact/customer-support/.

Where can I find the REST API documentation?

You can find the documentation of our REST API here.

Changelog

The release history is available on GitHub.

Support

If you have any questions or issues with this module, open an issue on GitHub. Alternatively you can contact us via our website:

https://www.loqate.com/anz/contact/customer-support/

Copyright

(c) 2023 Mastersoft


All versions of woocommerce-mastersoft-address with dependencies

PHP Build Version
Package Version
Requires composer/installers Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package mastersoft/woocommerce-mastersoft-address contains the following files

Loading the files please wait ....