setono / sylius-order-recovery-plugin
Setono example plugin for Sylius.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 5
Type:symfony-bundle
Requires
- php: ^7.4
- symfony/config: ^4.4 || ^5.0
- symfony/dependency-injection: ^4.4 || ^5.0
- symfony/http-kernel: ^4.4 || ^5.1.5
Requires (Dev)
- api-platform/core: ^2.5
- doctrine/persistence: ^1.3.8
- lexik/jwt-authentication-bundle: ^2.10
- matthiasnoback/symfony-config-test: ^4.2
- matthiasnoback/symfony-dependency-injection-test: ^4.2
- phpunit/phpunit: ^9.5
- psalm/plugin-symfony: ^2.1
- roave/security-advisories: dev-master
- setono/code-quality-pack: ^1.5.1
- sylius/sylius: ^1.8.9
- symfony/debug-bundle: ^5.1
- symfony/dotenv: ^5.2
- symfony/intl: ^4.4 || ^5.0
- symfony/maker-bundle: ^1.15
- symfony/property-info: ^4.4 || ^5.0
- symfony/serializer: ^4.4 || ^5.0
- symfony/web-profiler-bundle: ^5.0
This package is auto-updated.
Last update: 2024-11-15 07:17:24 UTC
README
This plugin solves a small, but important, part of this issue. As a quick summary the issue is that when a customer goes through checkout, and eventually goes to a third party payment provider, but then decides to hit back in the browser, the customer sees an empty cart. This will undoubtedly result in lost orders, i.e. the name of this plugin 'Order Recovery'.