YourPlugins

Preview and test the calculator

Part of Build a calculator.

All docs

The Preview tab is the fastest way to validate a calculator before testing it on a real product page.

What Preview can verify

  • input and output field values
  • calculated price
  • validation errors
  • Conditional Logic visibility changes
  • theme layout and field ordering
  • a specific associated product, when you want product-aware simulation

How to use it

  1. Open the calculator workspace.
  2. Go to the Preview tab.
  3. Enter the input values you want to test.
  4. Optionally choose a preview product from the products or categories assigned to the calculator.
  5. Review the returned price, output fields, visibility changes, and validation messages.
  6. Repeat the test with normal values, edge cases, and invalid values before going live.
Recommended checklist:
  • test default values and an empty-state scenario
  • test min and max validation rules
  • test at least one Conditional Logic branch
  • test at least one associated product if product-specific data matters
  • after Preview, still test one real product page before publishing