Title: Magento 2 Shipping Per Customer Group
1Shipping Per Customer Group for Magento 2 User
Guide
- Table of Content
- Extension Installation Guide
- Configuration
- Shipping Per Customer Group Method in Frontend
- Shipping Per Customer Group Details in Order View
Backend
Shipping Per Customer Group for Magento 2
Meetanshi
2- Extension Installation
- For Magento Marketplace Customers
- Create a folder structure in Magento root as
app/code/Meetanshi/ShippingPerCustomer - Download and extract the zip folder and upload
our extension files to the app/code/Meetanshi/Shi
ppingPerCustomer via FTP. - Login to your SSH and run below commands step by
step - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
- For Meetanshi Customers
- Extract the zip folder and upload our extension
to the root of your Magento 2 directory via FTP. - Login to your SSH and run below commands step by
step - php bin/magento setupupgrade
- For Magento version 2.0.x to 2.1.x - php
bin/magento setupstatic-contentdeploy - For Magento version 2.2.x above - php
bin/magento setupstatic-contentdeploy f - php bin/magento cacheflush
- Configuration
Shipping Per Customer Group for Magento 2
Meetanshi
3Shipping Per Customer Group for Magento 2
Meetanshi
43. Shipping Per Customer Group Method in
Frontend Once you have set individual shipping
rates and default rate for each customer group,
you can see shipping rates per customer group
extension enabled in the frontend. After adding
products to cart, the Shipping Per Customer
Group method is charged based on the customer
group. Once its selected, the respective
shipping rate will be applied based on the
customer group. For various customer groups, if
we have set a specific shipping rate for example,
the shipping rates are calculated and charged as
shown in the below table.
Customer Group Shipping Rate per Customer Group Number of items Total Shipping Rate Per Item Total Shipping Rate Per Order
Not Logged in 50 3 150 50
Retailer 25 3 75 25
General 30 3 90 30
Wholesaler 20 3 60 20
- Shipping Per Customer Group on Cart Page for Not
Logged in Customers
Shipping Per Customer Group for Magento 2
Meetanshi
5- Shipping Per Customer Group Per Item on Cart Page
for Logged in Customers
Shipping Per Customer Group for Magento 2
Meetanshi
6- Shipping Per Customer Group Per Item on Checkout
Page for Logged in Customers
Shipping Per Customer Group for Magento 2
Meetanshi
7- Shipping Per Customer Group in My Account
Section - Once the order is placed using Shipping Per
Customer Group shipping method, under the - My Orders tab of the My Account section,
shipping details are seen with the name of the
shipping method.
Shipping Per Customer Group for Magento 2
Meetanshi
84. Shipping Per Customer Group Details in Order
View Backend Apart from the frontend, the
Shipping Per Customer Group method details can
also be seen from the backend under Sales ?
Orders. The below image shows the order view
where Shipping Per Customer Group shipping
details are visible.
Shipping Per Customer Group for Magento 2
Meetanshi