spryker/discount

Discount module

Maintainers

👁 spryker-bot

Package info

github.com/spryker/discount

pkg:composer/spryker/discount

Statistics

Installs: 2 663 070

Dependents: 29

Suggesters: 1

Stars: 4

9.53.0 2026-06-23 15:31 UTC

Requires

Suggests

Provides

None

Conflicts

None

Replaces

None

proprietary b5673fa0179e483d2553ff0c02981c91c8bbc526

This package is auto-updated.

Last update: 2026-06-24 16:13:53 UTC


README

👁 Latest Stable Version
👁 Minimum PHP Version

Discount module allows to create dynamic rules with which discounts can be applied to cart items. Discounts can be exclusive or nonexclusive. Exclusive discounts cannot be combined with other discounts. In case if multiple exclusive discounts are applicable, only the one with the highest discounted value will be applied. Validity dates of the discount allows to make sure that the discount is valid for only the defined period of time. There are two type of discounts: cart rules and voucher code discounts. Cart rule discounts are not linked to a voucher pool, they are contained in the cart and are calculated automatically. Voucher code discounts are discounts that are linked to a voucher pool. In order to be applied, the associated voucher code must be entered by the customer. Once the voucher code is submitted, the calculation of the discount is being performed.

Installation

composer require spryker/discount

Documentation

Spryker Documentation