Magento Plugin Integration Guide
Step-by-step instructions to effortlessly integrate AddressWise into your Magento platform, optimizing address entry.
Magento Plugin Documentation
Installation Guide
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.
