danielrolland/sylius-enhanced-promotions-plugin

Enhanced promotions plugin for Sylius.

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:sylius-plugin

pkg:composer/danielrolland/sylius-enhanced-promotions-plugin


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],
    // ...
];