Open Pricing configurations to view the price sources your shop uses to resolve product prices.
Pricing source list
Each source combines a mode, a handler, and a named source.
Column | What it shows |
Source | The name of the price source. |
Handler | The handler function that resolves the source. |
Mode | Whether the source is resolved statically or live. |
Per-row edit | The per-row edit control opens the Edit Pricing Source Mode dialog for that row. |
List controls
Control or operation | What it does |
ADD SOURCE | It opens the Create Pricing Source Mode dialog. |
Delete selected sources | It deletes the sources selected with the row checkboxes. |
Reorder list rows | It activates drag-to-reorder for the list rows. |
Rows per page | It sets how many rows appear per page. |
Create and edit source fields
The add-source and edit dialogs contain the same three dependent dropdowns. In the Edit dialog, all three fields are pre-populated with the saved values. The create form is titled Create Pricing Source Mode.
Field | What it does | Dependency or state |
Mode | It sets whether the price is resolved statically or at request time. | Select Mode before selecting a Handler. |
Handler | It selects the handler function for the selected mode. | It is enabled only after a Mode is chosen. |
Source | It selects the named price source that the handler reads from. | It is enabled only after a Handler is chosen. |
Dialog controls
Control | What it does | State |
Save | It saves the pricing source. | It remains disabled until all three fields hold a value. |
Cancel | It closes the dialog without saving. | It is available on the dialog. |
When the create form opens, Handler and Source are disabled.
Related


