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