Price adjustments are conditional rules that modify the calculated price when certain conditions are met. Each adjustment combines one or more conditions with a formula, letting you add surcharges, apply multipliers, or set overrides based on customer selections — without cluttering your main pricing formula. You configure them in Calculator Editor → Options & Pricing → Price Adjustments.
| Field | Description |
|---|---|
| Conditions | One or more rules that must be satisfied for the adjustment to apply. Supports ALL (every condition must match) or ANY (at least one) logic. |
| Amount formula | A formula expression that determines the price change. Can reference options, variables, and tables. |
AREA greater than 100), check numeric ranges, or test whether a toggle is on or off. You build conditions using the visual condition editor — no manual syntax required.VAR("SHOPIFY.PRICE") * 0.15. Adds a 15% surcharge when premium material is selected.AREA is greater than 100. Amount: 50. Adds a flat $50 charge when the calculated area is oversized.15. Adds a flat $15 charge when the customer enables rush processing.