Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsspencer/magento2-sales-attributes
Magento 2 extension sample to create sales order/invoices attributes
https://github.com/fsspencer/magento2-sales-attributes
magento magento-extension magento2 magento2-extension magento2-module
Last synced: 9 days ago
JSON representation
Magento 2 extension sample to create sales order/invoices attributes
- Host: GitHub
- URL: https://github.com/fsspencer/magento2-sales-attributes
- Owner: fsspencer
- Created: 2017-11-05T17:52:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T21:32:53.000Z (over 6 years ago)
- Last Synced: 2023-10-22T13:38:17.511Z (about 1 year ago)
- Topics: magento, magento-extension, magento2, magento2-extension, magento2-module
- Language: PHP
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magento 2 Sales Attributes
This is a sample extension to show you how to create Order or Invoices custom attributes.## 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/SalesAttributes
2. Navigate to that repository
3. Clone this repository
4. Execute: php bin/magento setup:upgradeNow you can check on your [db prefix]sales_order or [db prefix]sales_invoice table on your database that the fields has been added to those entities.
## Compatibility
- Magento 2.0
- Magento 2.1
- Magento 2.2