Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/magento2-order-view-button
Magento 2.x extension to show you how to include a custom action within the Order View page
https://github.com/fsspencer/magento2-order-view-button
Last synced: 1 day ago
JSON representation
Magento 2.x extension to show you how to include a custom action within the Order View page
- Host: GitHub
- URL: https://github.com/fsspencer/magento2-order-view-button
- Owner: fsspencer
- Created: 2018-08-21T20:41:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-21T20:41:25.000Z (over 6 years ago)
- Last Synced: 2024-11-05T10:13:47.163Z (about 2 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 OrderViewButton
This is a sample extension to show you how to include a custom button on the order view page within the adminpanel.## Installation
NOTE: This extension comes with two sample attributes. Make sure to modify them before installing the extension.
1. Create the module structure app/code/Codealist/OrderViewButton
2. Navigate to that repository
3. Clone this repository
4. Execute: php bin/magento setup:upgradeNow go to view any order within the admin panel and you will see the new button included at the top of the page.
## Compatibility
- Magento 2.0
- Magento 2.1
- Magento 2.2