Magento2 an open-source e-commerce platform written in PHP.
In this extension we will learn how to switch shipping method based on the order amount.
Here, we are going to display Free Shipping method when order total >= 200 & Flat rate Shipping method when order total < 200
In order to achieve that we are going to use plugin method of Magento2 to override the collect rates method & add the condition over there.
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush