There are multiple ways to install our shipping extension. All installation and user guide available in downloaded folder. Follow below steps to install the magento 2 shipping extension in your server.
You have to create auth.json file with your access key with same marketplace account. See auth.json file format below. You need to copy in magento root folder.
{ "http-basic": { "repo.magento.com": { "username": "xxxxxxxxxxxxxxx", "password": "xxxxxxxxxxxxxxx" } } }
You can connect us any time with live chat from website and email us at [email protected] or [email protected] for any help.
EcomPlugins Extension Installation Guide
Installation:
Step1: Upload extension Extract zip file & upload the files to `/path/to/magento2/app/code/Techgroup/{plugin}/`.
Step2: Enable extension using below command at magento root php bin/magento module:enable Techgroup_{plugin}
Step3: Setup upgrade using below command at magento root php bin/magento setup:upgrade
Step4: Static content deploy using below command at magento root php bin/magento setup:static-content:deploy
By composer json
- Go to root magento folder.
- sudo php composer require ecomplugins/{plugin}-{version}
- See plugin name and version number in composer.json file.
If you are using composer 1 then run below command.
php -d memory_limit=-1 composer.phar require ecomplugins/{plugin}
example:
php -d memory_limit=-1 composer.phar require ecomplugins/fedexvalidation