• Resolved jonianc

    (@jonianc)


    Hello, I would like to know how I can put the total cost without decimals, thank you

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Add the following CSS styles to hide the decimals in the booking form, add the needed styles into the “Appointment Hour Booking >> General Settings >> Edit Styles” area:

    .totalCost .n{position:relative;}
    .totalCost .n:after{content:".00";color:transparent;right:0px;position:absolute;background:#fff;}

    If you want to display the price without decimals in the email then use the tag %final_price_short% instead %final_price%.

    Thank you for using the plugin!

    Thread Starter jonianc

    (@jonianc)

    Thank you very much, great plugin

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Total cost without decimals’ is closed to new replies.