extended error message when leaving empty seats
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user