Title: Magento 2 Shipping Per Product
1Shipping Per Product for Magento 2 User Guide
- Table of Content
- Extension Installation Guide
- Configuration
- Set Shipping Rates for Individual Product
- Shipping Per Product in Frontend
- Shipping Per Product Details in Backend
Shipping Per Product for Magento 2
Meetanshi
2- Extension Installation
- For Magento Marketplace Customers
- Create a folder structure in Magento root as
app/code/Meetanshi/Shippingperitem - Download and extract the zip folder and upload
our extension files to the app/code/Meetanshi/Shi
ppingperitem 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
Shipping Per Product for Magento 2
Meetanshi
3Shipping Per Product for Magento 2
Meetanshi
43. Set Shipping Rates for Individual Product To
set individual shipping rate for each product, go
to Catalog ? Products and select the product for
which you want to set shipping rate. Edit it and
you can find Shipping rate option to add rate as
per your requirement.
Shipping Per Product for Magento 2
Meetanshi
54. Shipping Per Product in Frontend Once you have
set individual shipping rates and default rate,
you can see shipping rates extension enabled in
frontend. After adding products to cart, shipping
per product method is calculated and charged as
shown in the below table.
Shipping Rate per Product 1 Shipping Rate per Product 2 Quantity for product 1 added to cart Quantity for product 2 added to cart Shipping Method Calculation Type Handling Fee Total Shipping Rate
10 20 2 2 Per Order Sum of Rate 5 35
10 20 2 2 Per Item Sum of Rate 5 65
10 20 2 2 Per Order Maximum Value 5 25
10 20 2 2 Per Item Maximum Value 5 45
10 20 2 2 Per Order Minimum Value 5 15
10 20 2 2 Per Item Minimum Value 5 25
- Shipping per Product on Cart Page per Order
Sum of Rates - When the shipping method is set up Per Order and
calculation method is set to Sum of Rate, and if
2 quantities for 2 products with different
individual shipping rates is added to the cart, - shipping rate is charged as shown below.
Shipping Per Product for Magento 2
Meetanshi
6- Shipping per Product on Cart Page per Item
Sum of Rates - When the shipping method is set up Per Item and
calculation method is set to Sum of Rate, and if
2 quantities for 2 products with different
individual shipping rates is added to the cart, - shipping rate is charged as shown below.
Shipping Per Product for Magento 2
Meetanshi
7- Shipping Per Product on Checkout Page
- Shipping Per Product shipping method applied on
order at checkout page.
- Shipping Per Product in My Account Section
- Once the order is placed using shipping per
product shipping method, under My Orders tab, - shipping details is seen with the name of the
shipping method.
Shipping Per Product for Magento 2
Meetanshi
85. Shipping Per Product Details in Backend Apart
from the frontend, the Shipping Per Product
method details can also be seen from the backend
under Sales ? Orders. The below image shows Order
View where shipping per product shipping details
are visible.
Shipping Per Product for Magento 2
Meetanshi