Download the PHP package setono/sylius-promotion-extensions-plugin without Composer
On this page you can find all versions of the php package setono/sylius-promotion-extensions-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download setono/sylius-promotion-extensions-plugin
More information about setono/sylius-promotion-extensions-plugin
Files in setono/sylius-promotion-extensions-plugin
Package sylius-promotion-extensions-plugin
Short Description Common promotion extensions for Sylius
License MIT
Informations about the package sylius-promotion-extensions-plugin
Sylius Promotion Extensions Plugin
Adds common promotion rules and actions for you to use in Sylius.
Installation
Step 1: Download the plugin
Step 2: Enable the plugin
Then, enable the plugin by adding it to the list of registered plugins/bundles
in the config/bundles.php
file of your project:
Promotion rule checkers
Has at least n from taxons
Will return true if the cart contains n or more products that have the given taxons.
Promotion actions
Unit fixed price
You set a price that all matching products will cost no matter their original price.
Fixed lot price
This is specially suited for 'x for y' promotions, i.e. '2 for $50'. You set a lot price (i.e. $50) and a lot size (i.e. 2) and then the promotion will distribute the discount among the eligible products in the cart.
All versions of sylius-promotion-extensions-plugin with dependencies
sylius/resource-bundle Version ^1.6
symfony/config Version ^5.4 || ^6.4
symfony/dependency-injection Version ^5.4 || ^6.4
symfony/form Version ^5.4 || ^6.4
symfony/http-kernel Version ^5.4 || ^6.4
symfony/options-resolver Version ^5.4 || ^6.4
symfony/validator Version ^5.4 || ^6.4
webmozart/assert Version ^1.9