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

redirect already used trial version

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

+ 4 - 0
configure_thurvcloud.tpl

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