소스 검색

redirect already used trial version

andre 4 년 전
부모
커밋
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}