Okay
  Public Ticket #2467507
Price tag
Closed

Comments

  • Maui started the conversation

    On the front end page, when a customer is confirming their reservation details and about to complete their reservation, there is a section that shows the "price".  Is it possible to make this optional?

    For our services, students pay for "points" beforehand and use up their points with each reservation.  Therefore not each booking has a price.  Having a price of "0" could confuse some of our customers.

  • [deleted] replied

    Hello Maui,

    Thank you for your purchase.

    Unfortunately, there isn't an option to enable/disable showing price in the booking process. It can only be hidden with adding custom CSS, but that would mean it would be hidden for all bookings.But if the price is 0 it won't show up on the front-end, if you are talking about Services, for Events there will be an info that the Event is Free.

    If you have any further questions feel free to ask.

  • Maui replied

    Hi Marija,

    Thank you for your reply. 

    You said: "But if the price is 0 it won't show up on the front-end, if you are talking about Services"

    However, here is a screen shot of the front-end, where the price does show up for a service when it's set to zero.  It would be great if it didn't show up as you said. 

    Could you please look into this more and confirm what you meant?

    Thank you so much.


  • [deleted] replied

    Hello Maui,

    Apologies for replying later, we are not working on weekends.

    You are welcome. 

    Yes, I was talking about the front-end Amelia booking form, not the back-end nor the panels. Your screenshot is from the back-end or from the panels? The price can be hidden there probably with adding custom CSS, but it would hid all prices, it isn't possible to hide only when price is 0.


  • Maui replied

    Hi again Marija,

    My screenshot is of the front-end, when someone logs into MyBooking.  Please see the attachments.  The first one is of the front-end when someone is making a booking - as you said, when the price is zero, it doesn't show on the page.  That's great.  The problem is the second screenshot.  This is also of the front-end, when a customer logs into their MyBooking page.  As you can see, there is a price of "¥O" - I'd like to get rid of this as it's on the front-end.  

    Thank you.

  • [deleted] replied

    Hello Maui, 

    Yes, like I mentioned before I was talking about the Amelia booking form , when I said the price isn't shown if it is 0, not about the panels, nor the back-end of Amelia.

    It isn't possible to remove the Price from the panel, but it can be probably hidden with adding some custom CSS. Please try adding this format HTML to the page where you have your Amelia customer panel:

    <style>
    .el-row.am-hide-less-than-desktop {display:none;} </style>

    and let me know if it helped. If it doesn't help, I would need to access your Customer panel to find the correct CSS selector.

  • Maui replied

    Hi Marija,

    Okay, got it.  Thank you.  I think I was using the wrong vocabulary.  I should've been saying "panel" instead of referring to that as the MyBooking front-end.  I get it now.

    I will test out the code you gave me.  Thanks again!

  • [deleted] replied

    You are welcome, Maui.

    Please do and let me know if it helped! 

    If you have any other questions or concerns feel free to open a new ticket and we will gladly help.