Download the PHP package waaz/sylius-deferred-order-email-plugin without Composer
On this page you can find all versions of the php package waaz/sylius-deferred-order-email-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download waaz/sylius-deferred-order-email-plugin
More information about waaz/sylius-deferred-order-email-plugin
Files in waaz/sylius-deferred-order-email-plugin
Download waaz/sylius-deferred-order-email-plugin
More information about waaz/sylius-deferred-order-email-plugin
Files in waaz/sylius-deferred-order-email-plugin
Vendor waaz
Package sylius-deferred-order-email-plugin
Short Description Sylius plugin to defer order confirmation email until payment is completed.
License MIT
Package sylius-deferred-order-email-plugin
Short Description Sylius plugin to defer order confirmation email until payment is completed.
License MIT
Please rate this library. Is it a good library?
Informations about the package sylius-deferred-order-email-plugin
Sylius Deferred Order Email Plugin
This Sylius plugin defers sending the order confirmation email until the order is actually paid, instead of sending it upon checkout completion (sylius.order.post_complete).
Features
- Removes the default Sylius listener (
sylius.listener.order_complete) that sends the email right after completing checkout. - Triggers the order confirmation email on the
to: ["paid"]transition of thesylius_order_paymentstate machine. - Compatible with Sylius 1.12+ (uses the modern
@sylius.mailer.order_email_manager.shopservice).
Installation
Enable the plugin in config/bundles.php if not added automatically:
License
MIT
All versions of sylius-deferred-order-email-plugin with dependencies
PHP Build Version
Package Version
The package waaz/sylius-deferred-order-email-plugin contains the following files
Loading the files please wait ...