|
|
@@ -70,27 +70,30 @@
|
|
|
<span class="list-heading">{$LANG.clientareahostingregdate}</span>
|
|
|
<span class="list-text">{$regdate}</span>
|
|
|
</li>
|
|
|
- {if $firstpaymentamount neq $recurringamount}
|
|
|
+ {if $recurringamount > 0}
|
|
|
+ {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>
|
|
|
- <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>
|
|
|
- <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
- <span class="list-text">{$billingcycle}</span>
|
|
|
- </li>
|
|
|
- {if $nextduedate == '-'}{else}
|
|
|
- <li>
|
|
|
- <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
- <span class="list-text">{$nextduedate}</span>
|
|
|
+ <span class="list-heading">{$LANG.orderbillingcycle}</span>
|
|
|
+ <span class="list-text">{$billingcycle}</span>
|
|
|
</li>
|
|
|
+ {if $nextduedate == '-'}{else}
|
|
|
+ <li>
|
|
|
+ <span class="list-heading">{$LANG.clientareahostingnextduedate}</span>
|
|
|
+ <span class="list-text">{$nextduedate}</span>
|
|
|
+ </li>
|
|
|
+ {/if}
|
|
|
+ {else}
|
|
|
{/if}
|
|
|
<li>
|
|
|
<span class="list-heading">{$LANG.orderpaymentmethod}</span>
|