The problem I am having is I need to display the ticket price including taxes. Currently it displays the base price.
I’ve had a little play around but to no luck. It appears
$ticket->pretty_price();
displays the base price without taxes in a nice format
I tried this
$ticket_price = $ticket->get_ticket_total_with_taxes();
but it appears to display the total price without currency symbol and not rounded.
I would like the pretty price of ticket total with taxes rounded to the nearest dollar. is this possible?
The support post ‘Events Table View display price including Taxes’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.