Type
magento2-module
Magento Shipping Rates - ProductRate
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
None
The ProductRate shipping extension is the original Magento solution developed by ShipperHQ that enables you to charge per‑product shipping fees. Set a shipping fee on each product in your catalog and ProductRate will total the charges at checkout.
For businesses seeking even greater shipping customization, real‑time carrier rates, multi‑origin shipping, delivery dates, and more, consider upgrading to ShipperHQ.
Install using Composer and run the Magento setup commands:
composer require webshopapps/module-productrate
# Enable the module (if not auto-enabled)
php bin/magento module:enable WebShopApps_ProductRate
# Apply database schema/data updates
php bin/magento setup:upgrade
# (Recommended) Clear caches and reindex
php bin/magento cache:flush
php bin/magento indexer:reindex
# (Production mode) Compile DI
php bin/magento setup:di:compile
Follow these steps to get ProductRate running quickly:
Enable ProductRate
Stores > Configuration > Sales > Shipping Methods > WebShopApps Product Rate.Enabled to Yes and save.Set a Shipping Fee on Products
Catalog > Products and edit a product.Shipping section.Shipping Fee (ProductRate) and save.Optional: Quantity Surcharges
Test Checkout
As a free extension, ShipperHQ ProductRate is provided as‑is without support.
ShipperHQ ProductRate is provided AS IS and we are not accepting feature requests at this time. Extended functionality and full support is available via ShipperHQ.
The per‑product Shipping Fee is applied, and if configured, a flat or percentage surcharge is added when multiple units of the same product are in the cart. If several products have ProductRate fees, those fees are summed.
Yes. Set the product’s Shipping Fee to 0.00. You can still offer other carrier methods alongside ProductRate if desired.
Shipping Fee set.var/log/system.log and var/log/exception.log.This extension borrows standard Magento shipping patterns to remain familiar and reliable for merchants.
The composer structure is taken from various sources, most heavily using structure from https://github.com/sjparkinson/static-review.
Assistance around composer, Magento2 structure, etc was also taken from these sources:
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
See license files.
We also dutifully respect the Magento OSL license.
Copyright (c) 2015 Zowta LLC & Zowta Ltd.