https://github.com/sherlockode/sylius-promotion-plugin
https://github.com/sherlockode/sylius-promotion-plugin
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sherlockode/sylius-promotion-plugin
- Owner: sherlockode
- Created: 2020-03-16T14:26:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-05T13:46:56.000Z (over 3 years ago)
- Last Synced: 2025-03-05T19:33:46.338Z (over 1 year ago)
- Language: PHP
- Size: 962 KB
- Stars: 0
- Watchers: 7
- 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
## Installation
1. 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