Dona Marmita
Dona Marmita
{{ __('emails.greeting', ['name' => $order->ord_payment_firstname]) }},

{{ __('emails.new_order.body_intro') }}

@foreach($order->items as $item) @endforeach
{{ __('emails.new_order.image') }} {{ __('emails.new_order.product') }} {{ __('emails.new_order.unit_price') }} {{ __('emails.new_order.quantity') }} {{ __('emails.new_order.subtotal') }}
@if(isset($productImages[$item->product_id])) {{ $item->product->pro_description }} @else
🍱
@endif
{{ $item->product->pro_description }}
@if(isset($item->size_description))
{{ $item->size_description }}
@endif
{{ number_format($item->price, 2) }}€ {{ $item->quantity }} {{ number_format($item->quantity * $item->price, 2) }}€
{{ __('emails.new_order.subtotal') }}: {{ number_format($order->ord_expedition_product_cost, 2) }}€
@if($order->ord_coupondiscount > 0)
{{ __('emails.new_order.coupon_discount') }}: -{{ number_format($order->ord_coupondiscount, 2) }}€
@endif @if($order->ord_clientdiscount > 0)
{{ __('emails.new_order.client_discount') }}: -{{ number_format($order->ord_clientdiscount, 2) }}€
@endif
{{ __('emails.new_order.shipping') }}: @if ($order->ord_expedition_cost > 0) {{ number_format($order->ord_expedition_cost, 2) }}€ @else {{ __('emails.new_order.free') }} @endif
@if($order->ord_payrate > 0)
{{ __('emails.new_order.payment_rate') }}: {{ number_format($order->ord_payrate, 2) }}€
@endif
{{ __('emails.new_order.total') }}: {{ number_format($order->total_cost, 2) }}€

{{ __('emails.new_order.closing_message') }}

{{ __('emails.new_order.thank_you') }}

{{ __('emails.processing.thank_you') }}

{{ __('emails.processing.closing_message') }}

{{ __('emails.processing.support_available') }}
{{ $companyEmail ?? 'geral@donamarmita.com' }}
{{ $companyPhone ?? '+351 XXX XXX XXX' }}
WhatsApp Facebook Instagram

© {{ date('Y') }} {{ $companyName ?? 'Dona Marmita' }}. {{ __('emails.footer.copyright') }}