Back to Microservices Demo

Order

src/frontend/templates/order.html

3-demo-concise315 B
Original Source

Your order is complete!

We've sent you a confirmation email.

Confirmation #

{{.order.OrderId}}

Tracking #

{{.order.ShippingTrackingId}}

Total Paid

{{renderMoney .total_paid}}

Continue Shopping

{{ if $.recommendations }} {{ template "recommendations" $ }} {{ end }}