extended error message when leaving empty seats
This commit is contained in:
4
client/dist/inject.js
vendored
4
client/dist/inject.js
vendored
File diff suppressed because one or more lines are too long
6
client/dist/seatmap.js
vendored
6
client/dist/seatmap.js
vendored
File diff suppressed because one or more lines are too long
@@ -81,7 +81,7 @@ export function sendCheckoutResponse(inE: any) {
|
||||
Utils.consoleLog(data.message);
|
||||
|
||||
if (!config.state.isValidSeatSelection) {
|
||||
jBoxHelper.showJBoxNotice(`Auswahl nicht möglich: Bitte lassen Sie keinen einzelnen Platz frei.`);
|
||||
jBoxHelper.showJBoxNotice(`Auswahl nicht möglich: Einzelplatz freigelassen oder max. Ticketsanzahl überschritten.`);
|
||||
CartButtons.showHideBtnCartLoading("hide");
|
||||
}
|
||||
else {
|
||||
|
||||
@@ -37,7 +37,7 @@ export function addModalCart(): void {
|
||||
else if (!config.state.cartChanged && config.state.isValidSeatSelection)
|
||||
UI.fadeInCartModal();
|
||||
else if (!config.state.cartChanged && !config.state.isValidSeatSelection)
|
||||
jBoxHelper.showJBoxNotice(`Auswahl nicht möglich: Bitte lassen Sie keinen einzelnen Platz frei.`);
|
||||
jBoxHelper.showJBoxNotice(`Auswahl nicht möglich: Einzelplatz freigelassen oder max. Ticketsanzahl überschritten.`); // todo: outsource error messages
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user