In default magento there is a default feature where product prices can be set to customer groups. so basically if a customer is associated with a general customer group and they can have their own product price however there is no option for setting a different shipping prices based on the customer group.
So here is the solution where you can add shipping price for selected customer group from settings.Using Composer
- composer require srinivas/module-customergroupshippingmethod
- bin/magento setup:upgrade
- bin/magento setup:di:compile
or
- Click Code dropdown in githb & Download
- Unzip the file
- Create Directory(s) as app/code/Srinivas/CustomerGroupShippingMethod
- copy all above files and paste inside the folder CustomerGroupShippingMethod
- bin/magento setup:upgrade
- bin/magento setup:di:compile
My name is Srinivas Gokarla and I'm the creator of this repo. I'm a Magento 2 Developer.