<%- include('partials/head'); %> <%- include('partials/header'); %>

Ihre Bestellung

<%- error %>

Produktname: <%= product.name %>

Stückpreis: <%= product.price.toFixed(2) %> €

Anzahl: <%= quantity %>


Gesamtpreis: <%= (quantity * product.price).toFixed(2) %> €

<%- include('partials/footer'); %>