Home
last modified time | relevance | path

Searched refs:porto (Results 1 – 4 of 4) sorted by relevance

/plugin/onlineordering/
H A Dorder_form.php114 $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 Dconfirm_form.php83 $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 Dsend_form.php88 $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 Dtemplate_en.txt20 Porto: {porto} {currency}<br />