Price Override¶
After an item has been added to sale its set price can be overrided and changed.
Concepts¶
- Price override can be performed by cashier with proper authorization.
- Price override would be by dollar amount.
- Price override amount can be made higher or lower than the regular price.
- Reason codes can be configured and the selected one will be tied to the transaction.
- The customer receipt will display the original and override price.
Functionality¶

Configuration Options¶
| Action | Field | Option |
|---|---|---|
| Are allowed on returns | allowedOnReturn | True/False |
| Maximum currency amount allowed for price override | maxAmount | ex. 1000 |
| Maximum percentage of the original price | maxPercentage | ex. 120 |
| Is the max percentage visible | isVisible | True/False |
| Price override displays as a discount | isDisplayedAsDiscount | True/False |
| Default value to display when override | defaultValue | EMPTY, REGULAR_PRICE, ACTUAL_PRICE |