Hi,
to get rid of the “Prices: 1 person €140, 2 people €230, 3+ €110 each.”
booking-framework.php, line 429, remove this block of code:
<?php
if($allow_multiple == "Y")
echo '<p align="left"><strong><em>Prices: 1 person €140, 2 people €230, 3+ €110 each</strong></em></p>';
if($allow_multiple == "N")
echo '<p align="left"><strong><em>Prices: 1 person €120, 2 people €170</em></strong></p>';
?>