EnzephaloN Posted November 1, 2007 Report Share Posted November 1, 2007 Hallo Ich möchte das Versandkostenfrei-Modul benutzen, doch gibts da noch ein Problem. Dabei soll bei den Gesamtkosten ein bestimmter Artikel (aus einer bestimmten Kategorie) NICHT mitgerechnet werden. Also der Kunde bestellt Artikel A, B, C und bei der Berechnung ob Versandkostenfreiheit besteht soll Artikel C ausgeschlossen werden. Wie baue ich dazu die freeamount.php um? Ich denke mal es muß an diese Stelle: $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)); if (xtc_not_null($this->icon)) $this->quotes['icon'] = xtc_image($this->icon, $this->title); return $this->quotes;[/PHP] Wäre für Hilfe dankbar! EnzephaloN Link to comment Share on other sites More sharing options...
EnzephaloN Posted November 1, 2007 Author Report Share Posted November 1, 2007 Problem gelöst... Nicht schön, aber funktionierend. Link to comment Share on other sites More sharing options...
madien Posted December 12, 2007 Report Share Posted December 12, 2007 ..und wie ist das Problem gelöst? Danke Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.