Ihre Bestellung
<%- error %>
Produktname: <%= product.name %>
Stückpreis: <%= product.price.toFixed(2) %> €
Anzahl: <%= quantity %>
Gesamtpreis: <%= (quantity * product.price).toFixed(2) %> €
%- include('partials/head'); %>
<%- include('partials/header'); %><%- error %>
Produktname: <%= product.name %>
Stückpreis: <%= product.price.toFixed(2) %> €
Anzahl: <%= quantity %>
Gesamtpreis: <%= (quantity * product.price).toFixed(2) %> €