|
|
@@ -1,26 +1,3 @@
|
|
|
-
|
|
|
-
|
|
|
-{assign var="customtemplate" value="templates/orderforms/thurdata/configure_{$productinfo.name}.tpl"}
|
|
|
-{if file_exists($customtemplate)}
|
|
|
- {assign var="templatename" value="./configure_{$productinfo.name}.tpl"}
|
|
|
- {include $templatename}
|
|
|
-{else}
|
|
|
- {*
|
|
|
-route configureproduct by group id or name
|
|
|
-*}
|
|
|
-{*
|
|
|
-ThurMail Private => gid=1
|
|
|
-ThurFiles Private Hosting => gid=2
|
|
|
-Nextcloud Hosting => gid=3
|
|
|
-ThurVServer => gid=4
|
|
|
-ThurVCloud Private => gid=5
|
|
|
-ThurMail Zimbra => gid=7
|
|
|
-ThurMail Kerio => gid=16
|
|
|
-Mailhosting mit Nextcloud => gid=8
|
|
|
-ThurVCloud Business => gid=9
|
|
|
-ThurFiles Business Hosting => gid=10
|
|
|
-Website Builder => gid=19
|
|
|
-*}
|
|
|
{if ($productinfo.paytype eq 'free') && in_array($productinfo.pid, $clientPids)}
|
|
|
{include file="./nodoubletrial.tpl"}
|
|
|
{else}
|
|
|
@@ -29,6 +6,22 @@ Website Builder => gid=19
|
|
|
{assign var="templatename" value="./configure_{$productinfo.name}.tpl"}
|
|
|
{include $templatename}
|
|
|
{else}
|
|
|
+ {*
|
|
|
+ route configureproduct by group id or name
|
|
|
+ *}
|
|
|
+ {*
|
|
|
+ ThurMail Private => gid=1
|
|
|
+ ThurFiles Private Hosting => gid=2
|
|
|
+ Nextcloud Hosting => gid=3
|
|
|
+ ThurVServer => gid=4
|
|
|
+ ThurVCloud Private => gid=5
|
|
|
+ ThurMail Zimbra => gid=7
|
|
|
+ ThurMail Kerio => gid=16
|
|
|
+ Mailhosting mit Nextcloud => gid=8
|
|
|
+ ThurVCloud Business => gid=9
|
|
|
+ ThurFiles Business Hosting => gid=10
|
|
|
+ Website Builder => gid=19
|
|
|
+ *}
|
|
|
{if $productinfo.gid === 1 || $productinfo.gid === 8}
|
|
|
{include file='./configure_privat_mail.tpl'}
|
|
|
{elseif $productinfo.gid === 19}
|
|
|
@@ -55,8 +48,3 @@ Website Builder => gid=19
|
|
|
{/if}
|
|
|
{/if}
|
|
|
{/if}
|
|
|
-
|
|
|
-{* {elseif $productinfo.gid === 3}
|
|
|
- {include file='./configure_nextcloud.tpl'}
|
|
|
- {include file='./check_configure_nextcloud.tpl'}
|
|
|
-*}
|