MultiFlatShipping extension will create 5 flat rate shipping methods with different prices and conditions.
MultiFlatShipping extension will create 5 flat rate shipping methods with different prices and conditions., (*2)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, (*3)
The corresponding version of the MultiFlatShipping will be installed automatically., (*4)
Go to Magento2 root folder, (*5)
Enter following commands to install module:, (*6)
composer require faonni/module-shipping-multi-flat
Wait while dependencies are updated., (*7)
Create a folder {Magento root}/app/code/Faonni/MultiFlatShipping, (*8)
Download the corresponding latest version, (*9)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/MultiFlatShipping), (*10)
Go to Magento2 root folder, (*11)
Enter following commands:, (*12)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*13)
In the Magento Admin Panel go to Stores > Configuration > Sales > Shipping Methods., (*14)
, (*15)
This works only with modules defined as Composer packages., (*16)
Go to Magento2 root folder, (*17)
Enter following commands to remove database data:, (*18)
```bash php bin/magento module:uninstall -r Faonni_MultiFlatShipping, (*19)
Go to Magento2 root folder, (*20)
Enter following commands to remove:, (*21)
composer remove faonni/module-shipping-multi-flat
Go to Magento2 root folder, (*22)
Enter following commands:, (*23)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*24)