srinivas/module-customergroupshippingmethod

Grouped Customer Shipping Method

1.0.1 2023-11-20 03:54 UTC

This package is auto-updated.

Last update: 2024-09-20 05:43:15 UTC


README

Supported Magento Versions

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.