Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sherlockode/sylius-promotion-plugin
https://github.com/sherlockode/sylius-promotion-plugin
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/sherlockode/sylius-promotion-plugin
- Owner: sherlockode
- Created: 2020-03-16T14:26:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T13:46:56.000Z (almost 2 years ago)
- Last Synced: 2023-02-28T23:10:39.882Z (over 1 year ago)
- Language: PHP
- Size: 962 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sherlockode Sylius promotion plugin
This plugin add :
- Threshold promotion
- Free product promotion
## Installation1. require the bundle with Composer:
```bash
$ composer require sherlockode/sylius-promotion-plugin
```2. enable the bundle :
```php
['all' => true],
// ...
];
```Now in you admin panel you have 2 new promotions actions :
- Threshold promotion
- Free product promotion