{% for css_file_href in config.css_files %}
{% endfor %} {{ fc_header_content|raw }}
domov
Izdelki
Oddelki
znamke
Priljubljeni
0
{% include 'svg.inc.twig' %} {% import "utils.inc.twig" as utils %} {% embed 'checkout.inc.twig' %} {% block payment_method %} {# Fake the payment method type after a server-side error #} {% if purchase_order == "Plačilo na TRR" %} {% set payment_method_type = "wire_transfer" %} {% else %} {% set purchase_order = "Gotovina ali kartica" %} {% endif %} {{ parent() }}
{% if not is_updateinfo and payment_info_required %}
Plačilo na TRR
{% if payment_method_type == 'wire_transfer' %}
{# Reset the payment method to purchase order when selected #}
Information about this payment method will be displayed here
{% endif %}
{% endif %}{# not is_updateinfo and payment_info_required #}
{% endblock %} {% endembed %}
{% include template_from_string(fc_footer_content) %}