spryker / price
Price module
5.7.0
2023-03-31 19:36 UTC
Requires
- php: >=8.0
- spryker/kernel: ^3.30.0
- spryker/price-extension: ^1.0.0
- spryker/quote: ^1.2.0 || ^2.0.0
- spryker/quote-extension: ^1.4.0
- spryker/symfony: ^3.0.0
Requires (Dev)
Suggests
- spryker/installer: If you want to use Installer plugins.
- spryker/silex: If you want to use ServiceProvider.
- spryker/twig: If you want to use twig extension plugins
- 5.7.0
- 5.6.2
- 5.6.1
- 5.6.0
- 5.5.0
- 5.4.1
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.0
- dev-master / 5.0.x-dev
- 5.0.0
- 4.3.0
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-RC2
- 2.0.0-RC1
- 1.0.0
- 0.20.0
- dev-beta/frw-8430/master-enable-sniffers-for-3rd-party-modules
- dev-beta/app-store/develop
- dev-hotfix/testing-propel
- dev-beta/lazy_table_map_instantiation
- dev-beta/poc-contract-tests
- dev-beta/apps-3669/dev-fix-publisher-from-object-to-string
- dev-beta/glue-backend-prototype
- dev-beta/glue-backend-prototype-v4
- dev-beta/spryker-mini-api-framework
- dev-beta/te-9873-backend-glue-application-plagin-context
- dev-beta/te-9901-extend-glue-application-module
- dev-beta/mp-5445-merchant-products-are-no-buyable
- dev-beta/security-to-spryker-symfony-3.3
- dev-beta/te-7948/dev-session
This package is auto-updated.
Last update: 2024-11-04 10:31:46 UTC
README
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
Old price module code moved to spryker/price-product
.