Skip to content

Give a discount only in the backend #666

Answered by liedekef
stdt asked this question in Q&A
Discussion options

You must be logged in to vote

Then there are 2 options:

  • in the backend, go to the list of bookings and select in the mass-action dropdown "Partial payment" and indicate how much is already paid (consider that "the discount")
  • or add a #_DISCOUNT field to the form, but use [eme_if] around it and check for the value of #_IS_ADMIN_PAGE:
    [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 :-) ).

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@stdt
Comment options

Answer selected by stdt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants