srinivas / module-customergroupshippingmethod
Grouped Customer Shipping Method
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
README
Table of contents
Usage
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.
Solution
So here is the solution where you can add shipping price for selected customer group from settings.Installation
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
Credits
Srinivas Gokarla
My name is Srinivas Gokarla and I'm the creator of this repo. I'm a Magento 2 Developer.