';
$output .= ' | ';
// Calculate the price
$porto = $this->_get_porto( $data, $form['country'] );
$price = $data['price'];
$output .= ''.number_format(($price*$form['tickets']) + $porto,2,',','.').' '.$data['currency'];
$output .= ' ('.$form['tickets'].' x '.number_format($price,2,',','.').' '.$data['currency'].' + '.number_format($porto, 2, ",",":").' '.$data['currency'].' '.$this->getLang('porto').') | ';
$output .= '
';
//Remarks
$output .= '