https://github.com/stefanpoensgen/sptecordercomments
Adds the ability to store comments to orders in the Shopware Admin.
https://github.com/stefanpoensgen/sptecordercomments
shopware6-plugin
Last synced: 8 months ago
JSON representation
Adds the ability to store comments to orders in the Shopware Admin.
- Host: GitHub
- URL: https://github.com/stefanpoensgen/sptecordercomments
- Owner: stefanpoensgen
- License: mit
- Created: 2022-08-28T12:14:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T20:16:59.000Z (about 2 years ago)
- Last Synced: 2025-09-29T14:55:21.373Z (9 months ago)
- Topics: shopware6-plugin
- Language: PHP
- Homepage:
- Size: 186 KB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Order Comments for Shopware 6
=====
This plugin adds the ability to store comments to orders in the administration interface.
Features
-----
- Comments could either be internal (default) or external
- External comments are displayed for the user on the order
- Adds flow builder trigger for comment created and updated
- Media can be saved to comments
- Comments could be flagged if there is a task related to it
- Filter orders by comment/task status
Requirements
-----
* 1.0.0
* Shopware >= 6.4
* 2.0.0
* Shopware >= 6.5
* 3.0.0
* Shopware >= 6.6
Screenshots
-----

Installation
====
### Zip Installation package for the Shopware Plugin Manager
* Download the latest plugin version
* Upload and install plugin using Plugin Manager
### Install with composer
* Change to your root Installation of shopware
* Run command `composer require sptec/order-comments` and install and active plugin with Plugin Manager
Contributing
-----
Feel free to fork and send [pull requests](https://github.com/stefanpoensgen/SptecOrderComments)!
Licence
-----
This project uses the [MIT License](LICENSE.md).