Appointment with no price

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1756726

    I wanna create an appointment that is for free, so price is zero.

    Is there a way to hide the “Total: $0” on the “Your Reservation” details page?

    And is there a way to hide the entire “Your Order” chart with the price breakdowns, and the subtotal and totals on the “Your Information” page?

    I don’t wanna make it look like a shopping cart checkout page.

    I just wanna have people be able to select the time of the appointment, give their name and email, and then reserve.

    #1756727

    on the “Your Reservation” page, I also would like to hide the “Price” field under Location and Employee, if possible.

    #1764060

    Hi Norbert,
    You can use the CSS style to hide the price. For example, you can use the example below at Appearance > Customize > Additional CSS:

    .cell.cell-price, .mpa-booking-step-cart .mpa-cart-total, .mpa-checkout-section.mpa-order-details, #mpa-deposit-table{
    	display:none !important;
    }
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.