Skip to content

spryker/price

Repository files navigation

Price Module

Latest Stable Version Minimum PHP Version

Price handles product pricing. Price module also provides plugins for products to populate prices. Prices are added to abstract and concrete products. The price is stored as an integer, in the smallest unit of the currency. Each price is assigned to a price type. Each product can have one or many prices with different price types.

Installation

composer require spryker/price

Documentation

Spryker Documentation

Old price module code moved to spryker/price-product.