Commerce cart item split
No security coverage
Commerce ecosystem
This module splits cart quantities into individual order items for product variations that require unique details per unit. For example, instead of a single order item for three tickets, it creates three separate order items, each with a quantity of one. This allows for distinct information, such as attendee details, engravings, or delivery dates, to be associated with each individual unit.
Splits cart quantity into one order item per unit, for product variation types that collect data against each unit attendee details per ticket, an engraving per item, a delivery date per subscription.
Adding three tickets produces three order items of quantity one, rather than one order item of quantity three.
Configuration
- Open the product variation type you want to split, under
Commerce > Configuration > Product variation types (e.g. /admin/commerce/config/product-variation-types/ticket/edit). - Tick Split quantity into separate order items.
- Save.