Core extension required by couple of Softwex extensions.
- Magento 2.x
- Composer
Install with (and only) Magento Composer Installer
- run following command to install module:
composer require softwex/carriers
and wait while dependencies are updated.
- or add the requirement
softwex/carriers
to your composer.json in Magento root
{
"require": {
"softwex/carriers": "*"
}
}
The Open Software License v. 3.0 (OSL-3.0). Please see License File for more information.