brille24/sylius-order-comments-plugin

This package is abandoned and no longer maintained. No replacement package was suggested.

Order comments plugin for Sylius.

Maintainers

👁 brille24

Package info

github.com/Brille24/SyliusOrderCommentsPlugin

Type:sylius-plugin

pkg:composer/brille24/sylius-order-comments-plugin

Statistics

Installs: 17 527

Dependents: 0

Suggesters: 0

Stars: 11

Open Issues: 5

v2.1.0 2023-04-14 09:24 UTC

Requires

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 1c59f1a13aead1387a3f5a44d2a945c9cd996aad

syliussylius-pluginbrille24


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/ .