diff --git a/Layout/default/PreorderProduct/include/netoperator-prices-usage.php b/Layout/default/PreorderProduct/include/netoperator-prices-usage.php
index 761b64893..8f79fbef1 100644
--- a/Layout/default/PreorderProduct/include/netoperator-prices-usage.php
+++ b/Layout/default/PreorderProduct/include/netoperator-prices-usage.php
@@ -125,7 +125,11 @@
€ =number_format($line->price_passive, 2, ",", ".")?> |
=($line->start_date) ? (new DateTime($line->start_date))->format("d.m.Y") : "-"?> |
=($line->end_date) ? (new DateTime($line->end_date))->format("d.m.Y") : "-"?> |
- =(is_array($line->campaigns) && count($line->campaigns)) ? count($line->campaigns) : ""?> |
+ campaigns) && count($line->campaigns)): ?>
+ ">=count($line->campaigns)?> |
+
+ 0 |
+
=$line->description?> |
create)?>">=$line->creator->name?> |
diff --git a/Layout/default/PreorderProduct/include/prices-setup.php b/Layout/default/PreorderProduct/include/prices-setup.php
index 2c4287448..f2426331e 100644
--- a/Layout/default/PreorderProduct/include/prices-setup.php
+++ b/Layout/default/PreorderProduct/include/prices-setup.php
@@ -92,7 +92,12 @@
€ =number_format($line->price_setup, 2, ",", ".")?> |
=($line->start_date) ? (new DateTime($line->start_date))->format("d.m.Y") : "-"?> |
=($line->end_date) ? (new DateTime($line->end_date))->format("d.m.Y") : "-"?> |
- =(is_array($line->campaigns) && count($line->campaigns)) ? count($line->campaigns) : ""?> |
+ campaigns) && count($line->campaigns)): ?>
+ ">=count($line->campaigns)?> |
+
+ 0 |
+
+
=$line->description?> |
create)?>">=$line->creator->name?> |