Просмотр исходного кода

redirect already used trial version

andre 4 лет назад
Родитель
Сommit
8a3ce2751d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      configure_thurvcloud.tpl

+ 4 - 1
configure_thurvcloud.tpl

@@ -1,4 +1,6 @@
-{debug}
+{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
+    blubb
+{else}
 {include file="orderforms/{$carttpl}/common.tpl"}
 
 <script>
@@ -419,3 +421,4 @@ var _localLang = {
         innerWrapperSelector: '.sidebar__inner'
     });
 </script>
+{/if}