PDA

Shop Support News Archive - Shopbetreiber News -> Forum : Zusammenfassungsmodul Versandversicherung


tjgames
01.05.2006, 19:42
Hallo!

Ich habe mir das Modul hier aus dem Downloadbereich herruntergeladen und installiert.

Wenn ich was bestellen möchte, erscheint beim berstellvorgang folgender Fehler:

''>ZITAT</div>
Fatal error: Call to undefined function: xtc_format_price() in D:\xampp\htdocs\test\includes\modules\order_total\ ot_handling.php on line 53
[/b]

Zeile 53 sieht so aus:


'text' => xtc_format_price(xtc_add_tax($handlingfree, $tax ), true, $order->info['currency'], $order->info['currency_value']),


Wobei der Bereich:


$this->output[] = array('title' => $this->title . ':',
********************** 'text' => xtc_format_price(xtc_add_tax($handlingfree, $tax ), true, $order->info['currency'], $order->info['currency_value']),
********************** 'value' => xtc_add_tax($handlingfree, $tax));

****}


Ich setze xtc 3.04 SP1 ein

Hat da jemand einen Tipp, was da falsch sein könnte?

Purecut
19.06.2006, 20:41
Das gleiche Problem habe ich auch. Kann uns denn keiner der PHP Fans hier weiterhelfen?

Gruß
Purecut

derSteffen
20.03.2008, 23:55
Ich stehe gerade auch vor dem Problem :-(

Wenn Ich allerdings 'text' => xt-Commerce / xt:Commerce_format_price(xt-Commerce / xt:Commerce_add_tax($handlingfree, $tax ), true, $order->info['currency'], $order->info['currency_value']),

in 'text' => $xtPrice->xt-Commerce / xt:CommerceFormat(xt-Commerce / xt:Commerce_add_tax($handlingfree, $tax ), true, $order->info['currency'], $order->info['currency_value']), ändere kommt folgende Fehlermeldung

''>ZITAT</div>Fatal error: Call to a member function xt-Commerce / xt:CommerceFormat() on a non-object in C:\Programme\xampp\htdocs\online-shop08\includes\modules\order_total\ot_handling.ph p on line 53[/b]

und hier komme ich jetzt nicht weiter :-(

Kann mir jemand helfen?

Vielen Dank

MfG Steffn