Skip to content

sherlockode/sylius-promotion-plugin

Repository files navigation

Sherlockode Sylius promotion plugin

This plugin add :

  • Threshold promotion
  • Free product promotion

Installation

  1. require the bundle with Composer:
$ composer require sherlockode/sylius-promotion-plugin
  1. 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published