maniyatech / magento2-customshippingrate
Set your own Custom Shipping rates for admin order or create predefined shipping methods for frontend customers
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
README
ManiyaTech CustomShippingRate is a powerful Magento 2 extension that lets you add and manage custom flat-rate shipping methods for both admin orders and customer checkout. Simplify your shipping strategy, control costs, and offer a better experience to your buyers.
Whether you're shipping via USPS, UPS, FedEx, DHL, or any other carrier, this extension gives you full control over your shipping rates—no need to rely solely on predefined methods or complex table rates.
Key Features
- Admin Side Support: Easily apply shipping rates when creating orders in the admin panel.
- Frontend Checkout: Enable or disable shipping method visibility on the storefront checkout page.
- Country Restrictions: Limit shipping availability to specific countries.
- Custom Shipping Types: Define delivery types like standard, express, pickup, etc.
- Error Messaging: Show custom messages when shipping is not available.
- Sort Order Configuration: Set the display order of this method among others.
How to install ManiyaTech_CustomShippingRate module
Composer Installation
Run the following command in Magento 2 root directory to install ManiyaTech_CustomShippingRate module via composer.
Install
composer require maniyatech/magento2-customshippingrate
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Update
composer update maniyatech/magento2-customshippingrate
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
Run below command if your store is in the production mode:
php bin/magento setup:di:compile
Manual Installation
If you prefer to install this module manually, kindly follow the steps described below -
- Download the latest version here
- Create a folder path like this
app/code/ManiyaTech/CustomShippingRate
and extract themain.zip
file into it. - Navigate to Magento root directory and execute the below commands.
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f