https://github.com/magepsycho/magento2-custom-shipping
Custom Shipping Module for Magento 2
https://github.com/magepsycho/magento2-custom-shipping
magento-extension magento2 magento2-extension magento2-module php php7 shipping-fee shipping-module
Last synced: about 2 months ago
JSON representation
Custom Shipping Module for Magento 2
- Host: GitHub
- URL: https://github.com/magepsycho/magento2-custom-shipping
- Owner: MagePsycho
- Created: 2015-12-05T09:51:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-02T10:25:33.000Z (over 3 years ago)
- Last Synced: 2025-03-27T00:11:08.760Z (2 months ago)
- Topics: magento-extension, magento2, magento2-extension, magento2-module, php, php7, shipping-fee, shipping-module
- Language: PHP
- Homepage: https://www.magepsycho.com/extensions.html
- Size: 38.1 KB
- Stars: 72
- Watchers: 9
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Magento 2 Custom Shipping[](https://packagist.org/packages/magepsycho/magento2-custom-shipping)
[](https://packagist.org/packages/magepsycho/magento2-custom-shipping/stats)

Overview
==================[Magento 2 Custom Shipping](https://www.magepsycho.com/magento-2-custom-shipping.html) is a sample for Shipping module in Magento 2.
You can use this module as a base for developing any custom shipping modules.🛠️ Installation
-------------
**Using Composer***Run the commands from the root of the Magento installation*
```
composer require magepsycho/magento2-custom-shipping
```**Using modman**
```
modman init
modman clone [email protected]:MagePsycho/magento2-custom-shipping.git
```**Using Zip**
* Download the [Zip File](https://github.com/MagePsycho/magento2-custom-shipping/archive/master.zip)
* Extract & upload the files to `/path/to/magento2/app/code/MagePsycho/CustomShipping/`After installation by either means, enable the extension by running following commands (again from root of Magento2 installation):
```
php bin/magento module:enable MagePsycho_CustomShipping --clear-static-content
php bin/magento setup:upgrade
```[Click here to read more on module packaging, installation & activation in Magento 2](http://www.blog.magepsycho.com/install-magento-2-module-from-github-or-bitbucket-repository-using-composer/)
🚀 Screenshots
-----------

1. Screentshot - Backend Settings
2. Checkout Steps 1 - Checkout
3. Checkout Steps 2 - Summary## Contributors
- Raj KB [Maintainer] [](https://twitter.com/rajkbnp)

## To Contribute
Any contribution to the development of `Magento 2 Custom Shipping` is highly welcome.
The best possibility to provide any code is to open a [pull request on GitHub](https://github.com/MagePsycho/magento2-custom-shipping/pulls).## Need Support?
If you encounter any problems or bugs, please create an issue on [GitHub](https://github.com/MagePsycho/magento2-custom-shipping/issues).Please [visit our store](https://www.magepsycho.com/extensions/magento-2.html) for more FREE / paid extensions OR [contact us](https://magepsycho.com/contact) for customization / development services.