Notifications
You can configure static notifications as an array below notifications
. Each item in the array may contain the following properties:
Parameter | Description | Data Type | Possible Values |
---|---|---|---|
textTranslationKey | translation key of the notification text | string | e.g. "notifications.preBlackFridayDeliveryDelay" |
startDateTime | start of the date range that a notification can be displayed between | string | |
endDateTime | end of the date range that a notification can be displayed between | string | |
steps | specify at which steps in the checkout process the notification should show | array | Possible values are "auth" , "shipping" and "payment" |
type | notification level | string | "success" , "info" , "warning" or "error" |