Okay
  Public Ticket #1336126
Need to hide price
Closed

Comments

  • Fabrizio Danielli started the conversation

    Hi, I am building a website for a customer who at first needed booking and online payment, and now suddenly does not want to show prices anymore.

    The issue is that he wants to avoid his competitors to do benchmarkings, and he often changes prices depending on events.

    So, now he wants to keep booking form, without prices, and just receive a mail with the date time and location, with no payment.

    Is there any way to hide price?

    Thanks for the support in advance.

    Fabrizio 

  •  2,057
    Theme replied

    Hi,

    Unfortunately there is no way of keeping the booking forms and processing bookings but without the price out of the box.

    Have you tried inspecting each place the price shows in html and then trying to add custom css to hide the price?

    Best regards,

    themeenergy support

  • Fabrizio Danielli replied

    I would like to avoid doing this myself as I'm not good with code.

    Is there any way i can buy this service from you?

  •  2,057
    Theme replied

    Hello,

    please navigate to Admin > Customize and add the following to the custom css code field:

    .result .price,
    .result .meta,
    dl.total {display:none;}

    Thank you

    Best regards,

    themeenergy support