Searched refs:porto (Results 1 – 4 of 4) sorted by relevance
/plugin/onlineordering/ |
H A D | order_form.php | 114 $porto = ''; variable 118 …$porto = number_format($this->_get_porto($data, $countries[0]), 2, ",", ":").' '.$data['currency']… variable 120 …': '.number_format($data['price'],2,",",":").' '.$data['currency'].' + '.$porto.$this->getLang('po…
|
H A D | confirm_form.php | 83 $porto = $this->_get_porto( $data, $form['country'] ); variable 87 $output .= '<td>'.number_format(($price*$form['tickets']) + $porto,2,',','.').' '.$data['currency']; 88 …umber_format($price,2,',','.').' '.$data['currency'].' + '.number_format($porto, 2, ",",":").' '.$…
|
H A D | send_form.php | 88 $porto = $this->_get_porto( $data, $form['country'] ); variable 89 $total_price = ($data['price'] * $form['tickets']) + $porto; 92 $template = str_replace('{porto}', number_format($porto,2,',','.'), $template);
|
H A D | template_en.txt | 20 Porto: {porto} {currency}<br />
|