{% set sImageUrl = oViewConf.getModuleUrl('d3unzer', 'out/img/') %} {% set sBrandIdent = 'przelewy24' %} {% set sFullImageUrl = sImageUrl ~ 'logo_' ~ sBrandIdent ~ '.png' %} {% block heidelpay_przelewy %}
{% if false == blD3HeidelpayAllowPrzelewy24 %} {{ translate({ ident: "D3UNZER_PAYMENT_PRZELEWY24_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 %} {% block checkout_payment_longdesc %} {% if paymentmethod.oxpayments__oxlongdesc.value %}
{{ paymentmethod.oxpayments__oxlongdesc.getRawValue() }}
{% endif %} {% endblock %}
{% endblock %}