diff --git a/Layout/default/VueViews/PreorderIFrame.php b/Layout/default/VueViews/PreorderIFrame.php
index 8422e0798..6e3544fd6 100644
--- a/Layout/default/VueViews/PreorderIFrame.php
+++ b/Layout/default/VueViews/PreorderIFrame.php
@@ -9,8 +9,6 @@
Bestellformular
-
-
@@ -18,40 +16,22 @@
window.mfNotify = =isset($mfNotify) ? json_encode($mfNotify) : "null"; ?>;
window.TT_CONFIG = {};
-
- $value): ?>
- window.TT_CONFIG.=$key?> = =is_array($value) ? json_encode($value) : "'$value'"; ?>;
+ window.TT_CONFIG.=$key?> = =is_array($value) || is_object($value) ? json_encode($value) : "'$value'"; ?>;
@@ -71,157 +48,79 @@