Download the PHP package mangoweb-sylius/sylius-order-comments-plugin without Composer
On this page you can find all versions of the php package mangoweb-sylius/sylius-order-comments-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mangoweb-sylius/sylius-order-comments-plugin
More information about mangoweb-sylius/sylius-order-comments-plugin
Files in mangoweb-sylius/sylius-order-comments-plugin
Download mangoweb-sylius/sylius-order-comments-plugin
More information about mangoweb-sylius/sylius-order-comments-plugin
Files in mangoweb-sylius/sylius-order-comments-plugin
Vendor mangoweb-sylius
Package sylius-order-comments-plugin
Short Description Order comments plugin for Sylius
License MIT
Package sylius-order-comments-plugin
Short Description Order comments plugin for Sylius
License MIT
Keywords syliussylius-plugin
Please rate this library. Is it a good library?
Informations about the package sylius-order-comments-plugin
Order Comments Plugin
Features
- Create notes on order details
- Send personalized email to the addressee of the order
Installation
-
Run
$ composer require mangoweb-sylius/sylius-order-comments-plugin
. -
Add plugin classes to your
config/bundles.php
: -
Add resource to
config/packages/_sylius.yaml
-
Add routing to
config/_routes.yaml
-
Override the template in
@SyliusAdminBundle/Order/Show/_notes.html.twig
- Create and run doctrine database migrations.
For the guide how to use your own entity see Sylius docs - Customizing Models
Usage
- Comment can be written from the order detail.
- If I check the "Send to customer" checkbox, it will send an email to the customer's email.
Development
Usage
- Create symlink from .env.dist to .env or create your own .env file
- Develop your plugin in
/src
- See
bin/
for useful commands
Testing
After your changes you must ensure that the tests are still passing.
License
This library is under the MIT license.
Credits
Developed by manGoweb.
All versions of sylius-order-comments-plugin with dependencies
PHP Build Version
Package Version
The package mangoweb-sylius/sylius-order-comments-plugin contains the following files
Loading the files please wait ....