{% set sImageUrl = oViewConf.getModuleUrl('d3unzer', 'out/img/') %} {% set dynvalue = oView.getDynValue() %} {% set oHeidelPaySettings = oHeidelpayViewConfig.getSettings() %} {% set oHeidelPayment = oHeidelPaySettings.getPayment(paymentmethod) %} {% set aBrands = oHeidelpayViewConfig.getHeidelpayNgwBrands(paymentmethod, oHeidelPayment, oxcmp_user) %} {% set sBrandIdentIdeal = 'iDeal' %} {% set sFullImageUrl = sImageUrl ~ 'logo_ideal.jpg' %} {% block heidelpay_ideal %}
{% if false == blD3HeidelpayAllowIdeal %} {{ translate({ ident: "D3UNZER_PAYMENT_IDEAL_NOTICE" }) }} {% endif %}
{% set oPaymentPrice = paymentmethod.getPrice() %} {% if oPaymentPrice.getPrice() %} {% if oViewConf.isFunctionalityEnabled('blShowVATForPayCharge') %} ({{ format_price(oPaymentPrice.getNettoPrice(), { currency: currency }) }} {% if oPaymentPrice.getVatValue() > 0 %} {{ translate({ ident: "PLUS_VAT" }) }} {{ format_price(oPaymentPrice.getVatValue(), { currency: currency }) }} {% endif %}) {% else %} ({{ format_price(oPaymentPrice.getBruttoPrice(), { currency: currency }) }}) {% endif %} {% endif %} {% if blD3HeidelpayAllowIdeal %} {% if aBrands is iterable and 1 < count(aBrands) %}
{% elseif aBrands is iterable %} {% set current = aBrands|current %} {% else %} {% endif %} {% endif %} {% block checkout_payment_longdesc %} {% if paymentmethod.oxpayments__oxlongdesc.value %}
{{ paymentmethod.oxpayments__oxlongdesc.getRawValue() }}
{% endif %} {% endblock %}
{% endblock %}