UNPKG

mcms-node-framework

Version:

the mcms-node framwork

29 lines (19 loc) 1.03 kB
{% extends "../customer.layout.html" %} {% block content %} {% if Order.paymentMethod.settings.showBankDetails %} <div style="border: medium none; border-radius: 0; color: #1a1a1a; margin: 0 0 30px; padding: 15px 20px; background-color: #fcf8e3;">Your order will be processed once you have transferred the amount of <strong>&euro;{{ Order.amount }}</strong> to the following bank account</div> {% endif %} {% if Order.paymentMethod.description %} <div style="background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset; margin-bottom: 20px; min-height: 20px; padding: 19px;"> {{Order.paymentMethod.description}} </div> {% endif %} {% include "emails/notifications/orderDetails.html" %} <div style="margin-top: 40px;"> We hope you will be satisfied with your purchase and looking forward to seeing you again on our e-shop! Thank you, </div> {% endblock %}