Table of Contents
View Magento 2 Shipping Per Product Extension Detail Page for Features and Demo
Documentation for Shipping per product
Preference
- With Shipping Per Product you no longer have to be worry about incorrect shipping rates for each product in your Magento store. Magento 2 Shipping Per Product Extension helps you to set individual flat shipping rate for each product. Shipping On Per Product is an essential feature for the sellers that’s why we have created an add-on for seller to add shipping price for each product from their panel.
Installation
There are two ways of installing extension in magento2.
- Using COMMAND LINE.
- Manually Install extension.
Option 1: Magento 2 install extension using COMMAND LINE (Recommended)
Follow below steps to install extension from the command line.
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management.
Step 4: Enter the following at the command line:
Php bin/magento setup:upgrade
Php bin/magento setup:static-content:deploy
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Sales → Shipping method → Shipping per product, the module will be displayed in the admin panel.
Option 2: Magento 2 install extension manually
Step 1: Download the extension and unzip it.
Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.
Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_Shippingperproduct’ ⇒ 1
Step 4: Disable the cache under System → Cache Management
Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Sales → Shipping method → Shipping per product, the module will be displayed in the admin panel.
Backend Example
After Installation of Extension log in to Magento admin panel for set configuration of the extension and go to,
Extension menu and sub menu.Shipping per product method configuration go to Store → Configuration → Sales → Shipping Methods → Shipping Per Product.
Set Shipping fee for product in product page go to Product→ Catalog then view product.
Using csv file update shipping per product price.
Csv file description
- SKU – Enter product sku in sku field.
- shipping_for_product – Enter price for shipping per product.
Frontend Example
Select shipping per product method from car page.