Heidelpay/src/views/flow/tpl/order/easycreditcriterions.tpl

11 lines
473 B
Smarty
Raw Normal View History

2020-05-25 09:54:29 +02:00
[{if $easyCreditInformations}]
<tr>
<th>[{oxmultilang ident="D3HEIDELPAY_ORDER_EASYCREDIT_ACCRUINGINTEREST"}]</th>
<td>[{oxprice price=$easyCreditInformations.criterion_easycredit_accruinginterest currency=$currency}]</td>
</tr>
<tr>
<th>[{oxmultilang ident="D3HEIDELPAY_ORDER_EASYCREDIT_TOTALAMOUNT"}]</th>
<td>[{oxprice price=$easyCreditInformations.criterion_easycredit_totalamount currency=$currency}]</td>
</tr>
[{/if}]