diff --git a/Layout/default/Order/Index.php b/Layout/default/Order/Index.php index aea8b3f32..fdac973f7 100644 --- a/Layout/default/Order/Index.php +++ b/Layout/default/Order/Index.php @@ -195,40 +195,133 @@
| Bestelldatum: | +=date("d.m.Y",$order->order_date)?> | + +Herstellbar ab: | +=($order->finish_after) ? date("d.m.Y",$order->finish_after) : "--.--.----" ?> | + +Rechnungsart: | +=($order->billing_type == "sepa") ? "order-date-pillSEPA" : "Rechnung"?> | + +Einwilligungen: | +=($order->allow_contact) ? " Info" : ""?> =($order->allow_spin) ? " SPIN" : ""?> | +
|---|
| Pos | +Anzahl | +Produkt | +Rechn.Periode | +Preis p. P | +Preis Setup | +Rechn.verz. | +
|---|---|---|---|---|---|---|
| =$product->pos?> | +=$product->formatAmount()?> | +
+ =$product->product->name?>
+ product->attributes) && count($product->product->attributes))
+ && (array_key_exists(TT_ATTRIB_TERMINATION_REQUIRED_NAME, $product->product->attributes)
+ && $product->product->attributes[TT_ATTRIB_TERMINATION_REQUIRED_NAME]->value == 1)
+ || $product->termination_id
+ ):
+ ?>
+ =$product->termination->code?> - = str_replace("\n", " - ", $product->termination->getAddress())?> + + |
+ =($product->billing_period == 12) ? "Jährlich" : "Monatlich"?> | +=number_format($product->price, 4, ",", ".")?> | +=number_format($product->price_setup, 4, ",", ".")?> | +=($product->billing_delay) ? $product->billing_delay : ""?> | +