srinivas / module-customergroupshippingmethod
Grouped Customer Shipping Method
Package info
github.com/srinivas-gokarla/CustomerGroupShippingMethod
Type:magento2-module
pkg:composer/srinivas/module-customergroupshippingmethod
1.0.1
2023-11-20 03:54 UTC
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.