YourPlugins

Configure output fields

Part of Build a calculator.

All docs

Output fields let you show extra calculated information in addition to the product price. In spreadsheet-based calculators, the value can come from any mapped worksheet cell and can be either numeric or textual.

Typical examples are:

  • calculated weight or area
  • discount percentage or surcharge
  • custom text such as a production note or summary

Create and map an output field

  1. Open the calculator you want to edit.
  2. Go to the Fields tab and create a new field with Mode = Output.
  3. Save the field.
  4. Go to the Formula/Mapping tab and set Type = Spreadsheet.
  5. Upload or load your worksheet.
  6. Select the worksheet cell you want to expose on the frontend.
  7. Set Use as = Output field and select the output field from the list.
  8. Save the calculator and test the result in Preview.

The product price itself is always a default output target. Additional output fields are optional and are useful when you want to show more than just the final price.

For the full list of output-field settings, see Create input and output fields.