Display and Storage of Line Item Option Values

The display and storage of option values in line items depend on specific option values and the fields configured in the Line Item Editor setup.

Display of Specific Option Values

Option Value
Display Method

Quantity

Displayed as the product of the configured product’s quantity and the option’s quantity.

Total Price

Displayed as the result of multiplying the option’s unit price by the option’s quantity.

Example

For an option with a quantity of 2 and a total price of $90, the calculation works as follows:

Option Field
Calculation Method
Result

Quantity

Configured Product Quantity × Option Quantity

2 (Configured Product) × 1 (Option) = 2

Total Price

Option Quantity × Option Unit Price

2 × $45.00 = $90.00

Display and Storage Based on Line Item Column Settings

If an option value is mapped to a field that has been added as a column in the Line Item Editor, its display and storage behavior follow the column’s configuration:

  • If the column has the “Do Not Save” setting enabled, the value will not be stored in the database, even though it is displayed in the editor.

  • Fields not added as columns in the Line Item Editor will not be displayed in the editor but will still be stored internally.

Example: Total Price Field with "Do Not Save" Enabled

In this scenario, the Total Price field is mapped to the TotalPrice field in the line item but is configured with the “Do Not Save” setting in the editor:

The option’s total price is mapped to the line item’s TotalPrice field.

When the option is added and saved, the TotalPrice field is not stored due to the “Do Not Save” setting.

Last updated

Was this helpful?