This Magento 1 extension allows you to provide a custom shipping method in backend only, frontend only or both. In the following screenshots you can see an example Free - August Special
for $0.00
in the backend and frontend.
Backend | Frontend |
---|---|
- Pull the code.
- Copy the code in your document root directory where the
/app/
folder is located. - Clear all caches and reload your Admin Panel.
- After installation you should see
Custom Shipping
inSystem > Configuration > Sales > Shipping Methods
.
- Add this extension to your repository
composer config repositories.tobias-forkel/forkel_customshipping vcs https://github.com/tobias-forkel/Forkel_CustomShipping.git
- Update your composer.json
composer require "tobias-forkel/forkel_customshipping":"*"
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
- Installing tobias-forkel/forkel_customshipping (1.0.0): Downloading (100%)
Writing lock file
Generating autoload files
- The option
Backend
,Frontend
orBackend / Frontend
allows you hide or display the custom shipping method in frontend or backend. - Customizable
Method Name
andMethod Title
. - Customizable
Price
. Default is0.00
.
The functionality can be used in the backend section System > Configuration > Sales > Shipping Methods > CustomShipping
.
If you have any issues with this extension, open an issue on Github. For a custom build, please contact me on http://www.tobiasforkel.de.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
. - Commit your changes:
git commit -am 'Add some feature'
. - Push to the branch:
git push origin my-new-feature
. - Submit a pull request.
Follow me on GitHub and Twitter.
===== 1.0.0 =====
- Stable version of this extension