Magento Plugin Integration Guide

Step-by-step instructions to effortlessly integrate AddressWise into your Magento platform, optimizing address entry.

Magento Plugin Documentation

Installation Guide

We recommend installing AddressWise using Composer for a seamless integration. The following steps are applicable to Magento versions 2.1, 2.2, 2.3, and 2.4. Alternatively, if you prefer, you can install the extension directly from the Magento Marketplace by following this link.

 

1.Open your terminal and navigate to the directory where you have installed Magento.

 

2.In the terminal, type the following command and press Enter:

composer require AddressWiseExtension/AddressWise

The above command installs the AddressWise extension into your Magento store. It might take around five minutes to complete.

 

3. After the installation is finished, enable the AddressWise module with this command:

bin/magento module:enable AddressWiseExtension_AddressWise

 

4.Next, run the setup upgrade command:

bin/magento setup:upgrade

 

5.To ensure everything works smoothly, clear the cache by entering this command:

bin/magento cache:flush

 

6.Depending on your specific Magento setup and whether you're in a production environment, you might also need to recompile your dependency injection cache and deploy themes. These steps are outside the scope of installing this module, but typically, you would use these commands:

bin/magento setup:di:compile

bin/magento setup:static-content:deploy

 

 

Configuring The Extension

 

1.Enabling and configuring the widget.

 

2.Configure the extension within the Magento Admin settings.

 

3.Click on 'Stores' in the sidebar, and 'Configuration' from the slide out menu. You can see ADDRESS WISE EXTENSION then click  AddressWise.

 

 

4.Uncheck the 'Use system value' checkbox.

 

5.Set 'Enabled' to Yes.

 

6.Settings to input your client token. If you don't have a client token yet you can get one by signing up here.

 

7.Enter the client token you received after purchasing the plugin in the "Client Token" field.

 

8.Click "Save Settings" to save your settings.

 

9.Press the Save Config button.

 

10.Don't forget to test! Go to your store and to the checkout page. When you start to input an address, you should now see the plugin at work. Well done, you are all set up!