|
@@ -51,32 +51,39 @@
|
|
|
<span class="list-heading">{$LANG.clientareahostingregdate}</span>
|
|
<span class="list-heading">{$LANG.clientareahostingregdate}</span>
|
|
|
<span class="list-text">{$regdate}</span>
|
|
<span class="list-text">{$regdate}</span>
|
|
|
</li>
|
|
</li>
|
|
|
- {if $firstpaymentamount neq $recurringamount}
|
|
|
|
|
|
|
+ {if $billingcycle != 'Gratis-Account'}
|
|
|
|
|
+ {if $firstpaymentamount neq $recurringamount}
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="list-heading">{$LANG.firstpaymentamount}</span>
|
|
|
|
|
+ <span class="list-text">{$firstpaymentamount}</span>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ {/if}
|
|
|
|
|
+ {if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderfree}
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="list-heading">{$LANG.recurringamount}</span>
|
|
|
|
|
+ <span class="list-text">{$recurringamount}</span>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ {/if}
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="list-heading">{$LANG.firstpaymentamount}</span>
|
|
|
|
|
- <span class="list-text">{$firstpaymentamount}</span>
|
|
|
|
|
|
|
+ <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
|
|
+ <span class="list-text">{$billingcycle}</span>
|
|
|
</li>
|
|
</li>
|
|
|
- {/if}
|
|
|
|
|
- {if $billingcycle != $LANG.orderpaymenttermonetime && $billingcycle != $LANG.orderfree}
|
|
|
|
|
|
|
+ {if $nextduedate == '-'}{else}
|
|
|
|
|
+ <li>
|
|
|
|
|
+ <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
|
|
+ <span class="list-text">{$nextduedate}</span>
|
|
|
|
|
+ </li>
|
|
|
|
|
+ {/if}
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="list-heading">{$LANG.recurringamount}</span>
|
|
|
|
|
- <span class="list-text">{$recurringamount}</span>
|
|
|
|
|
|
|
+ <span class="list-heading">{$LANG.orderpaymentmethod}</span>
|
|
|
|
|
+ <span class="list-text">{$paymentmethod}</span>
|
|
|
</li>
|
|
</li>
|
|
|
- {/if}
|
|
|
|
|
- <li>
|
|
|
|
|
- <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
|
|
- <span class="list-text">{$billingcycle}</span>
|
|
|
|
|
- </li>
|
|
|
|
|
- {if $nextduedate == '-'}{else}
|
|
|
|
|
|
|
+ {else}
|
|
|
<li>
|
|
<li>
|
|
|
- <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
|
|
- <span class="list-text">{$nextduedate}</span>
|
|
|
|
|
|
|
+ <span class="list-heading">Trial Account</span>
|
|
|
|
|
+ <span class="list-text">Trial Ende: {(14*24*60*60 + mktime($regdate))|date_format:'%e. %B %Y'}</span>
|
|
|
</li>
|
|
</li>
|
|
|
{/if}
|
|
{/if}
|
|
|
- <li>
|
|
|
|
|
- <span class="list-heading">{$LANG.orderpaymentmethod}</span>
|
|
|
|
|
- <span class="list-text">{$paymentmethod}</span>
|
|
|
|
|
- </li>
|
|
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|