The Home for Magento 2 Excellence

Quality-tested Magento 2 modules. Explore. Evaluate. Elevate. #magento2

1090 Modules
626 Ready
464 Need Help
🏆 Leaderboard
Stable v1.2.3

ShipperHQ ProductRate for Magento 2

webshopapps/module-productrate

Adds per-product shipping fees set on each product and totaled at checkout, with optional flat or percentage quantity surcharges, configured directly on the product without CSVs.

6,775
Downloads
Below average
1
GitHub Stars
Below average
10mo ago
Last Release
0
Open Issues
Build Passing
Ready to install

Build Tests

Composer Install
DI Compile
Templates

Code Quality

CS Coding Standard
33 warnings
L2 PHPStan

Tested on Magento 2.4.9

Recent Test History

Each release is tested against the latest Magento version at that time.

v1.2.3 on Magento 2.4.9
Jun 2, 2026

Share This Module's Status

ShipperHQ ProductRate for Magento 2 Magento compatibility status badge

README

Loaded from GitHub

ShipperHQ ProductRate for Magento 2

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.


Features

  • Per‑Product Shipping Fees: Define a specific shipping charge on each product.
  • Quantity Surcharges: Optionally add a flat or percentage surcharge when multiple units of the same product are in the cart.
  • Simple Admin Workflow: Configure directly on the product—no CSVs required.
  • Works Alongside Other Methods: Can run alongside other carrier rates; For advanced capabilities such as dimensional shipping and time‑in‑transit, check out ShipperHQ.

Installation

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

Requirements

  • Magento 2.4.4+
    • Compatibility with earlier editions is possible but not maintained
    • Supports both Magento Opensource (Community) and Magento Commerce (Enterprise)

Configuration

Follow these steps to get ProductRate running quickly:

  1. Enable ProductRate

    • Log in to your Magento Admin.
    • Go to Stores > Configuration > Sales > Shipping Methods > WebShopApps Product Rate.
    • Set Enabled to Yes and save.
  2. Set a Shipping Fee on Products

    • Go to Catalog > Products and edit a product.
    • Open the Shipping section.
    • Enter the per‑item amount in Shipping Fee (ProductRate) and save.
  3. Optional: Quantity Surcharges

    • ProductRate can add a flat or percentage surcharge when more than one of the same product is in the cart.
    • See the ProductRate configuration guide for setup details and examples.
  4. Test Checkout

    • Add your product to the cart.
    • Go to the cart or checkout to estimate shipping. The ProductRate method will reflect the product’s fee plus any configured surcharge.

Support

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.


Frequently Asked Questions

1. How are fees calculated when customers buy multiple quantities?

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.

2. Can I set free shipping for a product?

Yes. Set the product’s Shipping Fee to 0.00. You can still offer other carrier methods alongside ProductRate if desired.

3. Why doesn’t the ProductRate method appear at checkout?

  • Ensure the method is enabled and the product has a Shipping Fee set.
  • Confirm the product is shippable (not virtual) and you are viewing the correct website/store scope.
  • Check Magento logs: var/log/system.log and var/log/exception.log.

Credits

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:


Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.


License

See license files.

We also dutifully respect the Magento OSL license.


Copyright

Copyright (c) 2015 Zowta LLC & Zowta Ltd.

This content is fetched directly from the module's GitHub repository. We are not the authors of this content and take no responsibility for its accuracy, completeness, or any consequences arising from its use.