-
As I understand the discount settings, discount codes can only be entered when booking. Is it possible to give a discount in the backend after a booking has been made? So I would like to subsequently reduce the total price for a booking or make the booking completely free. Best regards |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You can change the discount in the backend by entering a fixed discount price in the discount field when editing a booking (it is also explained below the discount field when editing the booking). Or just go ahead and mark a booking as paid, whichever suits the situation best :-) |
Beta Was this translation helpful? Give feedback.
-
I should have said, that there was no discount field in the booking. My template looked similar to this here:
Gesamtsumme: #_DYNAMICPRICE #_SUBMIT `So it seems to me, I cannot add a discount afterwards. |
Beta Was this translation helpful? Give feedback.
-
Then there are 2 options:
|
Beta Was this translation helpful? Give feedback.
Then there are 2 options:
[eme_if tag="#_IS_ADMIN_PAGE" value="1"]Enter a discount: #_DISCOUNT[/eme_if]
That will cause the discount field to only be shown in the admin backend (well, at least it should :-) ).