magepal / magento2-customshippingrate

magepal/magento2-customshippingrate

Set your own Custom Shipping rates for admin order or create predefined shipping methods for frontend customers

magento2-module Compatibility: 2.4.9 Code Quality: Fail Tests: N/A Security: Pass proprietary

MagePal - Magento Extension MarketPlace

Custom Flat Fee Shipping Rates for Magento2 / Adobe Commerce

Total Downloads
Latest Stable Version

Magento Shipping Extensions

As a Magento / Adobe Commerce merchant completing with other major brands, providing simple flat rate shipping is essential to your business success. Our Magento 2 custom flat shipping method extension adds two essential functionality to your Magento store which gives you fully take control your store shipping options by providing the ability to quickly add custom flat fee shipping rates to both admin order creation or display a simple list of flat rates to your website customers. So whether you are using United States Postal Services, United Parcel Service, Federal Express, DHL or any other carriers, our Magento2 shipping extension makes it easy for you to quickly add simple flat rate shipping fees to your Magento site.

Custom Shipping Rate for Admin Order

Whether you are creating a new order or canceling and rewriting existing orders in Magento Admin, our admin shipping extension gives you the ability to apply a custom shipping rate, method, and description to any order. This free extension is essential for businesses that do a lot of phone orders or mail orders and want to offer special shipping cost for individual customers. With our admin shipping plugin extension changing shipping amount for a particular order is as easy as entering the shipping amount instead of choosing predefined standard shipping rates and invoice your customer as you would with any standard shipping rate.

Order Package Tracking

Want to add FedEx, UPS, USPS or DHL order package tracking to your Magento store? Learn more about our Order Package Tracking for Magento 2 extension. Improve your average customer acquisition cost by upselling more products and services to each customer.

Custom Shipping Rate for Admin Order

Whether you are creating a new order or canceling and rewriting existing orders in Magento Admin, our admin shipping extension gives you the ability to apply a custom shipping rate, method, and description to any order. This free extension is essential for businesses that do a lot of phone orders or mail orders and want to offer special shipping cost for individual customers. With our admin shipping plugin extension changing shipping amount for a particular order is as easy as entering the shipping amount instead of choosing predefined standard shipping rates and invoice your customer as you would with any standard shipping rate.

Adobe Commerce Custom Shippiing Rate Admin

Frontend Shipping Methods

Instead of using complex shipping table rates, our extension simplifies your checkout process by giving you the ability to create an unlimited number of flat price shipping methods. Perfect for e-commerce stores that offer flat shipping price for all their products. Improve your order conversion rate by offering your customers a simple checkout process using our shipping extension

Magento2 Custom Shippiing Method Frontend

How to Configure Magento / Adobe Commerce Shipping Rate

Setting up our shipping method is as simple as entering four options for your different rate.

Magento2 Custom Shippiing price Configuration

Documentation

Installation

Using Composer (recommended)
composer require magepal/magento2-customshippingrate

Contribution

Want to contribute to this extension? The quickest way is to open a pull request on GitHub. For fast Premium Support visit our Custom Shipping Rates product page for detail.

Support

If you encounter any problems or bugs, please open an issue on GitHub.

Need help setting up or want to customize this extension to meet your business needs? Please email [email protected] and if we like your idea we will add this feature for free or at a discounted rate.

Magento 2 Extensions

© MagePal LLC. | www.magepal.com

No changelog yet

The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.

Versions
Version Stability QA Status Compatibility Released
1.9.1 stable Fail Magento 2.4.9 Details 2026-05-14 20:16:18
1.9.0 stable Not tested Not yet tested Details 2026-01-14 17:59:27
1.8.3 stable Not tested Not yet tested Details 2025-04-16 20:35:23
1.8.2 stable Not tested Not yet tested Details 2024-05-01 19:39:27
1.8.1 stable Not tested Not yet tested Details 2023-03-16 18:56:14
1.8.0 stable Not tested Not yet tested Details 2022-04-27 23:05:28
1.7.0 stable Not tested Not yet tested Details 2021-02-27 03:39:46
1.6.7 stable Not tested Not yet tested Details 2020-08-10 12:43:24
1.6.6 stable Not tested Not yet tested Details 2020-07-03 00:25:22
1.6.5 stable Not tested Not yet tested Details 2019-10-10 21:29:39
1.6.4 stable Not tested Not yet tested Details 2019-06-02 14:54:59
1.6.3 stable Not tested Not yet tested Details 2019-04-10 17:41:38
1.6.2 stable Not tested Not yet tested Details 2019-03-27 01:44:49
1.6.0 stable Not tested Not yet tested Details 2018-12-05 02:06:12
1.5.1 stable Not tested Not yet tested Details 2018-10-23 14:01:30
1.5.0 stable Not tested Not yet tested Details 2018-08-24 17:44:52
1.4.2 stable Not tested Not yet tested Details 2018-07-19 04:52:02
1.4.1 stable Not tested Not yet tested Details 2018-07-13 13:09:05
1.4.0 stable Not tested Not yet tested Details 2018-05-21 19:49:54
1.3.6 stable Not tested Not yet tested Details 2018-03-30 20:12:31
1.3.5 stable Not tested Not yet tested Details 2018-03-28 20:17:56
1.3.2 stable Not tested Not yet tested Details 2018-01-01 19:19:08
1.3.1 stable Not tested Not yet tested Details 2017-12-08 18:42:18
1.3.0 stable Not tested Not yet tested Details 2017-10-09 21:34:59
1.2.1 stable Not tested Not yet tested Details 2017-03-24 14:06:17
1.2.0 stable Not tested Not yet tested Details 2016-12-08 17:04:05

Requires 4

Package Constraint
php ~8.3.0|~8.4.0|~8.5.0
magento/module-backend 102.0.*
magento/framework 103.0.*
magepal/magento2-core >=1.1.14

Compatibility

Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.

Compatibility matrix (Magento × PHP)
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 not tested Pass
2.4.8 not tested Pass
2.4.9 Pass Pass

Code Quality

Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.

Static analysis

Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.

Static analysis results
Tool Status Findings Summary
PHPCS Fail 57 7 errors, 50 warnings (ruleset: Magento2) — 33 auto-fixable with phpcbf
PHPMD Warning 3 3 rule violations (IfStatementAssignment:2, UnusedFormalParameter:1)
Cpd Pass 0
Composer validate Info 2 valid; 2 advisory notes (composer validate --strict)

PHPStan

Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.

PHPStan results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A 4
2.4.8 4 4
2.4.9 4 4

Tests

Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.

Unit tests

Unit tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Integration tests

Integration tests results by Magento and PHP version
Magento PHP 8.2 PHP 8.3 PHP 8.4 PHP 8.5
2.4.7 N/A N/A
2.4.8 N/A N/A
2.4.9 N/A N/A

Security

Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.

Security results
Tool Status Findings Summary
Composer audit Pass 0
Malware scan Pass 0
License
proprietary
Homepage
https://www.magepal.com/
Authors

More from magepal

View vendor
Make it pay

Turn an existing module into recurring revenue.

If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.