Jump to content
xt:Commerce Community Forum

Versandkostenfrei ohne Klammer


didi-ww

Recommended Posts

Hallo,

ich habe die Variable MODULE_SHIPPING_FREEAMOUNT_TEXT_WAY mit '' belegt. Jetzt kommen aber immer noch die () z.B. auf der Seite checkout_confirmation.php. Habe jetzt in der Datei freeamount.php diese Variable gefunden!?

Ich denke in folgendem Code werden die Klammern gesetzt:

if ( $xtPrice->xtcRemoveCurr($_SESSION['cart']->show_total()) < MODULE_SHIPPING_FREEAMOUNT_AMOUNT )

$this->quotes['error'] = sprintf(MODULE_SHIPPING_FREEAMOUNT_TEXT_WAY,$xtPrice->xtcFormat(MODULE_SHIPPING_FREEAMOUNT_AMOUNT,true,0,true));

else

$this->quotes['methods'] = array(array('id' => $this->code,

'title' => sprintf(MODULE_SHIPPING_FREEAMOUNT_TEXT_WAY,$xtPrice->xtcFormat(MODULE_SHIPPING_FREEAMOUNT_AMOUNT,true,0,true)),

'cost' => 0));

Wer weiß, wie man die Klammern entfernen kann?

Viele Grüße und danke schon mal.

Holger

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...