From 5ff2421f867bb4f6cedecc537303e0688fee7cf0 Mon Sep 17 00:00:00 2001 From: Chen Liangde Date: Mon, 7 Aug 2017 14:43:16 +0300 Subject: [PATCH 1/4] Smarty has been set to secure mode on shopware 5.3. Remove the php functions that are not allowed --- Views/frontend/plugins/nosto_tagging/checkout/finish.tpl | 2 +- Views/frontend/plugins/nosto_tagging/detail/index.tpl | 4 ++-- Views/frontend/plugins/nosto_tagging/index.tpl | 6 +++--- Views/frontend/plugins/nosto_tagging/listing/index.tpl | 2 +- Views/frontend/plugins/nosto_tagging/search/index.tpl | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Views/frontend/plugins/nosto_tagging/checkout/finish.tpl b/Views/frontend/plugins/nosto_tagging/checkout/finish.tpl index 4ffec00f..61bd60b1 100644 --- a/Views/frontend/plugins/nosto_tagging/checkout/finish.tpl +++ b/Views/frontend/plugins/nosto_tagging/checkout/finish.tpl @@ -36,7 +36,7 @@ {block name="frontend_index_content" append}
- {if isset($nostoOrder) && is_object($nostoOrder)} + {if isset($nostoOrder) && $nostoOrder}