brille24/sylius-order-comments-plugin

Order comments plugin for Sylius.

Installs: 11 260

Dependents: 0

Suggesters: 0

Security: 0

Stars: 12

Watchers: 7

Forks: 11

Open Issues: 5

Type:sylius-plugin


README

Adding comments to a Sylius order with customer notification.

Workflow

UI Example

Installation

  1. Run composer require brille24/sylius-order-comments-plugin
  2. Updating the database with migrations
bin/console doctrine:mig:diff
bin/console doctrine:mig:mig

Testing & Development

For information on how to develop to test this plugin please refer to the official Sylius documentation under https://github.com/Sylius/PluginSkeleton/ .