|
@@ -14,26 +14,28 @@ ThurVCloud Business => gid=9
|
|
|
ThurFiles Business Hosting => gid=10
|
|
ThurFiles Business Hosting => gid=10
|
|
|
|
|
|
|
|
*}
|
|
*}
|
|
|
-
|
|
|
|
|
-{if $productinfo.gid === 1 || $productinfo.gid === 8}
|
|
|
|
|
- {include file='./configure_privat_mail.tpl'}
|
|
|
|
|
- {include file='./check_configure_privat_mail.tpl'}
|
|
|
|
|
-{elseif $productinfo.gid === 2}
|
|
|
|
|
- {include file='./configure_seafile.tpl'}
|
|
|
|
|
- {include file='./check_configure_seafile.tpl'}
|
|
|
|
|
-{elseif $productinfo.gid === 3}
|
|
|
|
|
- {include file='./configure_nextcloud.tpl'}
|
|
|
|
|
- {include file='./check_configure_nextcloud.tpl'}
|
|
|
|
|
-{elseif $productinfo.gid === 4}
|
|
|
|
|
- {include file='./configure_thurvserver.tpl'}
|
|
|
|
|
- {include file='./check_configure_thurvserver.tpl'}
|
|
|
|
|
-{elseif $productinfo.gid === 5}
|
|
|
|
|
- {include file='./configure_thurvcloud.tpl'}
|
|
|
|
|
|
|
+{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
|
|
|
|
|
+ {include file="orderforms/{$carttpl}/nodoubletrial.tpl"}
|
|
|
{else}
|
|
{else}
|
|
|
- {include file='./configureproduct_default.tpl'}
|
|
|
|
|
|
|
+ {if $productinfo.gid === 1 || $productinfo.gid === 8}
|
|
|
|
|
+ {include file='./configure_privat_mail.tpl'}
|
|
|
|
|
+ {include file='./check_configure_privat_mail.tpl'}
|
|
|
|
|
+ {elseif $productinfo.gid === 2}
|
|
|
|
|
+ {include file='./configure_seafile.tpl'}
|
|
|
|
|
+ {include file='./check_configure_seafile.tpl'}
|
|
|
|
|
+ {elseif $productinfo.gid === 3}
|
|
|
|
|
+ {include file='./configure_nextcloud.tpl'}
|
|
|
|
|
+ {include file='./check_configure_nextcloud.tpl'}
|
|
|
|
|
+ {elseif $productinfo.gid === 4}
|
|
|
|
|
+ {include file='./configure_thurvserver.tpl'}
|
|
|
|
|
+ {include file='./check_configure_thurvserver.tpl'}
|
|
|
|
|
+ {elseif $productinfo.gid === 5}
|
|
|
|
|
+ {include file='./configure_thurvcloud.tpl'}
|
|
|
|
|
+ {else}
|
|
|
|
|
+ {include file='./configureproduct_default.tpl'}
|
|
|
|
|
+ {/if}
|
|
|
{/if}
|
|
{/if}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
{* {elseif $productinfo.gid === 3}
|
|
{* {elseif $productinfo.gid === 3}
|
|
|
{include file='./configure_nextcloud.tpl'}
|
|
{include file='./configure_nextcloud.tpl'}
|
|
|
{include file='./check_configure_nextcloud.tpl'}
|
|
{include file='./check_configure_nextcloud.tpl'}
|