https://github.com/magevision/magento2-free-shipping-admin
Free Shipping Admin extension for Magento 2
https://github.com/magevision/magento2-free-shipping-admin
enhanced-ecommerce magento magento-2 magento2 magento2-admin magento2-extension magento2-extension-free magento2-module shipping-method
Last synced: 2 months ago
JSON representation
Free Shipping Admin extension for Magento 2
- Host: GitHub
- URL: https://github.com/magevision/magento2-free-shipping-admin
- Owner: magevision
- License: other
- Created: 2016-07-19T13:25:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2026-03-19T12:47:16.000Z (3 months ago)
- Last Synced: 2026-03-20T05:39:20.473Z (3 months ago)
- Topics: enhanced-ecommerce, magento, magento-2, magento2, magento2-admin, magento2-extension, magento2-extension-free, magento2-module, shipping-method
- Language: PHP
- Homepage: https://www.magevision.com/free-shipping-admin-magento-2-extension
- Size: 23.4 KB
- Stars: 7
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# [MageVision](https://www.magevision.com/) Free Shipping Admin Extension for Magento 2
## Overview
The Free Shipping Admin extension brings a new free shipping method only for admin users (backend). The free shipping admin method can be only used for orders that will be created in Magento's admin panel.
Useful for pickup customers that their orders are free of shipping costs.
## Key Features
* Free shipping method available only for admin users (backend)
* Not visible in frontend
* Method name and title fully configurable
## Other Features
* Developed by a Magento Certified Developer
* Meets Magento standard development practices
* Simple installation
* 100% open source
## Compatibility
Magento Community Edition 2.4
## Installing the Extension using an archive and FTP
* Backup your web directory and store database
* Download the extension
1. Sign in to your account
2. Navigate to menu My Account → My Downloads
3. Find the extension and click to download it
* Extract the downloaded ZIP file in a temporary directory
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them. If you have downloaded the extension from Magento Marketplace, then create the following folder path app/code/MageVision/FreeShippingAdmin and upload there the extracted folders and files.
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
1. cd path_to_the_magento_root_directory
2. php bin/magento maintenance:enable
3. php bin/magento module:enable MageVision_FreeShippingAdmin --clear-static-content
4. php bin/magento setup:upgrade
5. php bin/magento setup:di:compile
6. php bin/magento setup:static-content:deploy
7. php bin/magento maintenance:disable
* Log out from Magento admin and log in again
## Installing the Extension via composer
* Backup your web directory and store database
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
1. cd path_to_the_magento_root_directory
2. php bin/magento maintenance:enable
3. composer require magevision/module-free-shipping-admin
4. php bin/magento module:enable MageVision_FreeShippingAdmin --clear-static-content
5. php bin/magento setup:upgrade
6. php bin/magento setup:di:compile
7. php bin/magento setup:static-content:deploy
8. php bin/magento maintenance:disable
## Support
If you need support or have any questions directly related to a [MageVision](https://www.magevision.com/) extension, please contact us at [support@magevision.com](mailto:support@magevision.com)