November 8, 2013 at 15:53 /
That code isn’t from me and I can’t give support for it.
The taxes are saved in the variable $reservations->taxamount; after the calulation. So you can always use $reservation->price – $reservation->taxamount; to get the price without taxes. The forms calculation is for example in the function “easyreservations_send_price_callback” in /lib/functions/admin.php
Regards