Okay
  Public Ticket #2432063
Total_persons and coupon
Closed

Comments

  •  1
    ismael started the conversation

    Hello!
    1.I wanted you to offer me information on how not to show the total number of people on the reservation confirmation form (via css)

    2.In relation to the previous one, I wanted you to inform me about the discount coupons:
    a) It is possible to apply a discount coupon to be able to redeem in the business directly. I mean: if I don't put a price on the reserved service (for example, a reservation at a restaurant), is it possible that the user can redeem a discount coupon for having made, for example, five reservations.
    b) In the event that the above is possible. If I don't show the total number of people using css, the space to put the discount coupon would not be shown either.

    Thanks!

  • [deleted] replied

    Hello Ismael, 

    1. Please send me a URL of the page where you have Amelia booking form so I can help out with the CSS. You  want to hide this at the last step in the booking process, where customers fill in their detail, is that correct? 

    2. They can use a coupon when they pay on-site (offline), you would just need to manually calculate the discount. The only automatically calculated amount for the coupons is if they use it in the booking process, if you want them to use it when they come to the appointment this would mean that you need to calculate everything manually, there isn't a possibility of adding a coupon to the appointment in the back-end of Amelia. 

    If you have any further questions feel free to ask. 

  •   ismael replied privately
  •   [deleted] replied privately
  •  1
    ismael replied

    Hi!

    Perfect for hide table (employees)

    Not for "total number of persons"

    Can you check it?

  • [deleted] replied

    Could you please try adding this CSS instead: 

    #am-confirm-booking > div > form > div:nth-child(3) > div > div > div {
    display: none;}

    or this one 

    #am-confirm-booking > div > form > div:nth-child(3) > div > div > div {
    display: none !important;}



  •  1
    ismael replied

    Don´t work. :(

  • [deleted] replied

    I am not sure why, please try this one instead : 

    #am-confirm-booking > div:nth-child(1) > form > div:nth-child(3) {display:none !important;}

    and let me know if this helped. 

  •  1
    ismael replied

    Don´t work :(

  •   [deleted] replied privately
  •   ismael replied privately
  •   ismael replied privately
  •   [deleted] replied privately