This plugin add :
- Threshold promotion
- Free product promotion
- require the bundle with Composer:
$ composer require sherlockode/sylius-promotion-plugin
- enable the bundle :
<?php
# config/bundles.php
return [
// ...
Sherlockode\SyliusPromotionPlugin\SherlockodeSyliusPromotionPlugin::class => ['all' => true],
// ...
];
Now in you admin panel you have 2 new promotions actions :
- Threshold promotion
- Free product promotion