Jump to content
xt:Commerce Community Forum

[Auftrag] Porto nach St?ckzahl, Modifikation


zippy

Recommended Posts

Hallo liebes Board,

ich w?rde mich freuen, wenn sich jemand bei bei mir melden k?nnte, der mir das Item-Modul so anpassen kann, das ich einstellen kann

Von 1-x St?ck soviel Pauschale Versandkosten

Von x-x St?ck soviel Pauschale Versandkosten

usw.

Muss nicht kostenlos sein, ich zahle gerne ein entsprechend angemessenes Honorar.

Gruss

Micha

Link to comment
Share on other sites

So, vielen Dank an alle :-)

Aber ich habs doch nun selbst hinbekommen, hab einfach das item-modul etwas modifiziert, und hab die stelle einfach in in eine If-Schleife gepackt und vom

$total_count abh?ngig gemacht und absolute Werte hardcoded reingeschrieben.

Ist Quick & Dirty, aber funzt:

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

              'module' => MODULE_SHIPPING_ITEM_TEXT_TITLE,

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

                           'title' => MODULE_SHIPPING_ITEM_TEXT_WAY,

                           'cost' => ('2.578') + MODULE_SHIPPING_ITEM_HANDLING)));

Link to comment
Share on other sites

Archived

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

×
  • Create New...