Type
magento2-module
Adds Global Address Auto-Complete to Magento 2.
magento2-module
MIT
None
None
None
None
None
Request composer to fetch the module:
composer require craftyclicks/module-clicktoaddress
Please note that executing these lines can cause a downtime on your Magento shop until they finish.
php -f bin/magento setup:upgrade
php -f bin/magento setup:di:compile
The configuration for the extension is located under Stores -> Configuration -> Crafty Clicks -> Global Address Auto-Complete. There are 3 sub-sections, with configurations included.
First add the git directly as a repo to composer:
composer config repositories.craftyclicks git https://github.com/craftyclicks/magento2.git
Then request a specific branch (:dev-branch)
composer require craftyclicks/module-clicktoaddress:dev-dev