Die Suche ergab 1 Treffer

von flirt-mania
13.02.2006 11:53
Forum: Coding & Technik
Thema: problem mit zahlen hinter dem komma
Antworten: 2
Zugriffe: 210

problem mit zahlen hinter dem komma

habe folgendes script


$nettozw= $order->info['total'] - $order->info['tax'];

$this->output[] = array('title' => $this->title . ':',
'text' => '<b>' . $currencies->format($order->info['nettozw'], true, $order->info['currency'], $order->info['currency_value']) . '</b>',
'value' => $order->info ...

Zur erweiterten Suche