Installation
1. Enable community recipes
composer config extra.symfony.allow-contrib true2. Require the plugin
composer require sylius/refund-plugin3. Apply database migrations
bin/console doctrine:migrations:migrate4. Rebuild frontend assets
yarn encore dev
# or for production
yarn encore production5. Install wkhtmltopdf
6. Set binary path (if needed)
7. Clear cache
Result
Optional configuration - PDF generator
Last updated
Was this helpful?
