Fatura

{% set cancelAlias = getParameters('order_status_iptal') %} {% set orderStatus = order.orderStatus %} {% set invoiceNo = order.invoiceNo %} {% if orderStatus.alias != cancelAlias %}
{% endif %} {% if invoiceNo is not null %}
Fatura No
{{ invoiceNo|default("-") }}
Fatura Tarihi
{{ order.invoiceNoUpdateDate|default ? order.invoiceNoUpdateDate|date('d/m/Y H:i') : '-' }}
{% endif %}