payment method in order confirmation
EN:
Please add the payment method to the order confirmation.
This could looks like:
{% if order.transactions.last.paymentMethod.translated.name is not null %}
Zahlungsart: {{ order.transactions.last.paymentMethod.translated.name }}
{% endif %}
DE:
Bitte die Zahlarz standardmäßig in der Bestellbestätigung hinzufügen.
Dies kann so aussehen:
{% if order.transactions.last.paymentMethod.translated.name is not null %}
Zahlungsart: {{ order.transactions.last.paymentMethod.translated.name }}
{% endif %}
2
votes
