On last item deletion, prevent user on order canceling and cancellation email

... with a modal.
User can cancel the modal or confirm the last item deletion & order cancelation with or without sending a cancellation email to the consumer.
This commit is contained in:
Jean-Baptiste Bellet
2022-01-20 15:33:11 +01:00
parent 17906f378a
commit 8624fa2a85
4 changed files with 35 additions and 3 deletions

View File

@@ -148,5 +148,9 @@ table.index td.actions {
.message {
font-size: $h5-size;
padding: 1.2em 0;
.form {
padding: 1.2em 0;
}
}
}