Searched refs:total_price (Results 1 – 2 of 2) sorted by relevance
22 Total price: {total_price} {currency}<br />25 Please transfer {total_price} {currency} to the following bank account:<br />
89 $total_price = ($data['price'] * $form['tickets']) + $porto; variable93 $template = str_replace('{total_price}', number_format($total_price,2,',','.'), $template);