Skip to content

[READ ONLY] Subtree split of the Calculation module.

License

Notifications You must be signed in to change notification settings

spryker/calculation

Repository files navigation

Calculation Module

Latest Stable Version Minimum PHP Version

Calculation, is used to calculate quotes and totals displayed in the cart/checkout or when an order is placed. Calculation is also used to recalculate order totals after refund. The calculation module extensively uses plugins to inject calculation algorithms. You can extend the stack of calculator plugins by adding a new custom calculators (e.g. subtotal calculation).

Installation

composer require spryker/calculation

Documentation

Spryker Documentation