License Configuration| Note |
|---|
License activation is not required for extension purchased from Magento Marketplace. |
After successful installation of Store Locator extension, you are now required to configure the license key in the admin configuration section. You can set it from: Step 1: Go to, Admin Control Panel > Stores > Configuration > Magedelight > Store Locator > License Configuration. You will find two text boxes asking for Serial Key and Activation Key, which you received on email upon the purchase of extension. See screenshot below: | Panel |
|---|
Image Removed
|
- Serial Key: Enter Serial Key
- Activation Key: Enter Activation Key
Step 2: Expand “General Configuration” tab, you will find a list of domains for which license is purchased and configured, now select the domain you are going to use, you can select multiple domains by clicking “Ctrl + Select”. | Panel |
|---|
Image Removed
|
Step 3: Now, select “Yes” from “Enable Module” to enable extension and again click on “Save Config” button on the top right. | Panel |
|---|
Image Removed
|
Installation with Composer
Composer repository using this command: composer config repositories.magedelight-repo composer https://packages.magedelight.com/
Replace repo public key and private key with your public and private key composer config http-basic.gitlab.magedelight.com $PUBLIC_KEY $PRIVATE_KEY
composer require mage_delight/storelocator_module:* composer require mage_delight/storelocatorgraphql:*
| Note |
|---|
To obtain your public and private keys, please navigate to the "My Account" section. In the "Download Extension Packages" tab, you will find the keys available for your access. |
|