|
|
@@ -13,21 +13,6 @@
|
|
|
<div class="summary-container" id="producttotal"></div>
|
|
|
</div>
|
|
|
<div class="text-center" id='producttotalmessage' onload="updateProductTotalMessage(billingCycle);">
|
|
|
- {capture name=currentDate} {$smarty.now|date_format:"%Y-%m-%d"} {/capture}
|
|
|
- {capture name=dayOfMonth} {$smarty.now|date_format:"%e"|trim} {/capture}
|
|
|
- {capture name=endOfMonth} {date("t")} {/capture}
|
|
|
- {assign var=daysInBetween value="`$smarty.capture.endOfMonth-$smarty.capture.dayOfMonth`"}
|
|
|
-
|
|
|
- {if $smarty.capture.dayOfMonth < 20}
|
|
|
- Der Preis bezieht sich auf die verbleibende<br />
|
|
|
- Anzahl der Tage ({$daysInBetween}) zwischen der<br />
|
|
|
- Bestellung und dem Ende des Monats<br />
|
|
|
- {else}
|
|
|
- Da die Bestellung nach dem 20. des Monats <br />
|
|
|
- getätigt wurde, wird der Folgemonat automatisch<br />
|
|
|
- mit aufgerechnet<br />
|
|
|
- {/if}
|
|
|
- <br />
|
|
|
</div>
|
|
|
{/if}
|
|
|
<div class="text-center">
|