Extension hides any other shipping methods if free shipping is available.
Extension hides any other shipping methods if free shipping is available., (*2)
, (*3)
, (*4)
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*5)
Go to Magento2 root folder, (*6)
For Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, (*7)
composer require faonni/module-shipping-tweaks:2.0.*
For Magento CE (EE) 2.4.x, (*8)
composer require faonni/module-shipping-tweaks:2.4.*
Wait while dependencies are updated., (*9)
Enter following commands to install module:, (*10)
composer require faonni/module-shipping-tweaks
Wait while dependencies are updated., (*11)
Create a folder {Magento root}/app/code/Faonni/ShippingTweaks, (*12)
Download the corresponding latest version, (*13)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/ShippingTweaks), (*14)
Go to Magento2 root folder, (*15)
Enter following commands:, (*16)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*17)
In the Magento Admin Panel go to Stores > Configuration > Sales > Shipping Settings > Behavior of Methods., (*18)
, (*19)
This works only with modules defined as Composer packages., (*20)
Go to Magento2 root folder, (*21)
Enter following commands to remove database data:, (*22)
```bash php bin/magento module:uninstall -r Faonni_ShippingTweaks, (*23)
Go to Magento2 root folder, (*24)
Enter following commands to remove:, (*25)
composer remove faonni/module-shipping-tweaks
Go to Magento2 root folder, (*26)
Enter following commands:, (*27)
```bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional), (*28)