| Nome: | {{ $order->customer_name }} |
|---|---|
| Email: | {{ $order->customer_email }} |
| Telefone: | {{ $order->customer_phone }} |
| Morada: | {{ $order->customer_address }} |
| CP: | {{ $order->customer_postcode }}, {{ $order->customer_city }} |
| País: | {{ $order->customer_country }} |
| Notas: | {{ $order->notes }} |
| Produto | Qtd | Preço | Total |
|---|---|---|---|
|
{{ $item->product->name }}
@if($item->variant_label)
{{ $item->variant_label }} @endif |
{{ $item->quantity }} | {{ number_format($item->price, 2) }}€ | {{ number_format($item->price * $item->quantity, 2) }}€ |
| Subtotal | {{ number_format($order->subtotal, 2) }}€ | ||
| Desconto | -{{ number_format($order->discount_amount, 2) }}€ | ||
| Cupão ({{ $order->coupon_code }}) | -{{ number_format($order->coupon_discount, 2) }}€ | ||
| IVA | {{ number_format($order->iva_amount, 2) }}€ | ||
| Total | {{ number_format($order->total, 2) }}€ | ||
Método: {{ ucfirst($order->payment_method) }}
Status: @switch($order->status) @case('pending')Pendente@break @case('processing')Em Processamento@break @case('shipped')Enviado@break @case('delivered')Entregue@break @case('cancelled')Cancelado@break @endswitch
Esta encomenda contém produtos digitais. Liberte os downloads após confirmar o pagamento.
Libertar + WhatsApp @endif