We have received your order
Dear Mr, {{ $orderrow->fname }} {{ $orderrow->lname }}
Thank you very much for your order on {{ date('m/d/Y', strtotime($orderrow->created_at)) }} at {{ date('hh:mm', strtotime($orderrow->created_at)) }}
This e-mail is sent automatically and does not constitute acceptance of the purchase offer.
The purchase contract is concluded with our separate order confirmation by e-mail.
This will be sent to you within a few minutes between 8.00 and 20.00 on weekdays.
If you order outside this time and at the weekend, you will receive it on the next working day.
Please note our enclosed terms and conditions, including the right of withdrawal contained therein.
| Product |
Tax |
g |
Price |
Quantity |
Sum |
@php
$totalAmount=0;
@endphp
@foreach($AllOrder as $order)
@php
$totalAmount = $totalAmount+($order->quantity*$order->unit_price_net);
@endphp
| {{ $order->product_name }} |
0% |
{{ $order->weight }} |
{{ config('app.symbol') }}{{ $order->unit_price_net }} |
{{ $order->quantity }} |
{{ config('app.symbol'); }} {{ $order->quantity*$order->unit_price_net }} |
@endforeach
| Order total: |
{{ config('app.symbol'); }}{{$totalAmount}} |
|
Billing address:
@if(($orderrow->billing_adress == 'Versand an diese Adresse' || $orderrow->billing_adress == 'Versand an andere Adresse') &&
$orderrow->payment_method == 'bank_transfer')
You pay in advance by bank transfer within three working days and receive the goods conveniently and cheaply delivered to your home after receipt of payment.
@endif
@if($orderrow->billing_adress == 'Selbstabholung bei goldinvest' && $orderrow->payment_method == 'bank_transfer')
As soon as we have received your payment, you can pick up your ordered goods.
@endif
@if(($orderrow->billing_adress == 'Versand an diese Adresse' || $orderrow->billing_adress == 'Versand an andere Adresse') &&
$orderrow->payment_method == 'cash_payment')
You pay in cash on site, after which the goods are conveniently and cheaply delivered to your home.
@endif
|
Delivery address:
{{ ucfirst($order->fname.' '. $order->lname) }} {{ $order->delivery_adress }}
{{ $order->delivery_phone }} {{ $order->delivery_postcode }}, {{ $order->delivery_location }}, {{ $order->delivery_country }}
|
For ordering please refer to our Terms and Conditions and Data protection Policy.
You can view your completed and current orders at any time in your user account.
Do you have any further questions or suggestions? Then please contact us either by e-mail or telephone. You can reach us on weekdays between 9.00 and 18.00. We usually reply to e-mails within 24 hours on weekdays. Do you have further questions? We have included many of your questions in our FAQ.
Yours sincerely, Your GOLDINVEST Precious Metals TEAM
office@goldinvest-edelmetalle.de and +49 30 530 23 1170
office@goldinvest.at and +43188805100
|