danielrolland/sylius-enhanced-promotions-plugin

Enhanced promotions plugin for Sylius.


README

Latest Version on Packagist Software License Build Status Scrutinizer Code Quality

Sylius Enhanced Promotions Plugin

This plugin adds some promotion rules/actions which are not provided by Sylius out of the box. For now it only adds the following Promotion Rules :

  • Promotion rule based on minimal quantity of a particular product

Installation

composer require danielrolland/sylius-enhanced-promotions-plugin

Configuration

Enable this plugin :

<?php

# config/bundles.php

return [
    // ...
    DanielRolland\SyliusEnhancedPromotionsPlugin\DanielRollandSyliusEnhancedPromotionsPlugin::class => ['all' => true],
    // ...
];