spryker/product-option
ProductOption module
Maintainers
8.25.0
2026-03-13 11:49 UTC
Requires
- php: >=8.3
- spryker/acl-merchant-portal-extension: ^1.0.0
- spryker/calculation-extension: ^1.1.0
- spryker/cart-reorder-extension: ^1.0.0
- spryker/country: ^3.0.0 || ^4.0.0
- spryker/currency: ^3.2.0 || ^4.0.0
- spryker/event: ^2.1.0
- spryker/glossary: ^3.0.0
- spryker/gui: ^3.33.0 || ^4.0.0 || ^5.0.0
- spryker/kernel: ^3.76.0
- spryker/key-builder: ^1.0.0
- spryker/locale: ^3.0.0 || ^4.0.0
- spryker/money: ^2.4.0
- spryker/price: ^5.0.0
- spryker/product: ^5.0.0 || ^6.0.0
- spryker/product-option-extension: ^1.1.0
- spryker/product-option-gui-extension: ^1.0.0
- spryker/propel-orm: ^1.0.0
- spryker/sales: ^6.0.0 || ^7.0.0 || ^8.0.0 || ^10.0.0 || ^11.0.0
- spryker/sales-extension: ^1.12.0
- spryker/storage: ^3.0.0
- spryker/store: ^1.19.0
- spryker/symfony: ^3.0.0
- spryker/tax: ^5.0.0
- spryker/touch: ^3.0.0 || ^4.0.0
- spryker/transfer: ^3.27.0
- spryker/util-encoding: ^2.0.0
- spryker/util-text: ^1.1.0
Requires (Dev)
- spryker/application: *
- spryker/calculation: *
- spryker/checkout: *
- spryker/code-sniffer: *
- spryker/config: *
- spryker/container: *
- spryker/customer: *
- spryker/event-dispatcher: *
- spryker/form: *
- spryker/money-gui: *
- spryker/oms: *
- spryker/propel: *
- spryker/router: *
- spryker/testify: *
- spryker/twig: *
- spryker/validator: *
- spryker/zed-navigation: *
Suggests
- spryker/calculation: If tax rate calculation for options is needed.
- spryker/checkout: If checkout plugins are needed.
Provides
None
Conflicts
None
Replaces
None
proprietary ca6cfad487cc0e266ac0b09e6cff0f3a611f2e60
This package is auto-updated.
Last update: 2026-06-25 08:54:42 UTC
README
👁 Latest Stable Version
👁 Minimum PHP Version
ProductOption extends products with additional layer of optional items that can be sold with the actual product. Options are normally the type of add-ons that do not have stock and they cannot be bought on their own. Some examples of product options are insurance or gift wrapping, as such, they can only exist if the actual main product is bought. Product options are linked to abstract products.
Installation
composer require spryker/product-option
