20 Zeilen
908 B
Smarty
20 Zeilen
908 B
Smarty
[{if $d3HpShowEasyCreditParameter}]
|
|
[{assign var="sImageUrl" value=$oViewConf->getModuleUrl('d3unzer','out/img/')}]
|
|
[{assign var="sBrandIdent" value='EASYCREDIT'}]
|
|
[{assign var="sFullImageUrl" value=$sImageUrl|cat:'logo_ratenkauf_ec.jpg'}]
|
|
<div class="card card-default d3EasyCreditNotes">
|
|
<div class="card-header">
|
|
<h3 class="card-title">
|
|
[{oxmultilang ident="D3UNZER_ORDER_EASYCREDIT_TITLE"}]
|
|
[{include file="@d3unzer/generic/payment_img.tpl" sImageUrl=$sFullImageUrl sBrandIdent=$sBrandIdent}]
|
|
</h3>
|
|
</div>
|
|
<div class="card-body">
|
|
<div>[{$d3HPEASYCREDIT_AMORTISATIONTEXT}]</div>
|
|
<a href="[{$d3HPEASYCREDIT_PRECONTRACTINFORMATIONURL}]" target="easyCredit"
|
|
class="fontunderline">[{oxmultilang ident="D3UNZER_ORDER_EASYCREDIT_LINK"}]</a>
|
|
</div>
|
|
</div>
|
|
[{/if}]
|
|
|