@if($orderrow->product_type == 'Verkaufen') We have received your sale @else We have received your order @endif
Dear Mr, {{ $orderrow->fname }} {{ $orderrow->lname }}
Thank you very much for @if($orderrow->product_type == 'Verkaufen') Your sale @else Your order @endif (Bestellnummer: {{ $order_id }} .) on {{ date('m/d/Y', strtotime($orderrow->created_at)) }} about {{ date('H:i', 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.
Information about @if($orderrow->product_type == 'Verkaufen') Your sale @else Your order:@endif
@if($orderrow->product_type == 'Verkaufen')
Depending on your payment request, the amount will be transferred to you or paid out in cash on site.
@else
@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
@if($orderrow->billing_adress == 'Selbstabholung bei goldinvest' && $orderrow->payment_method == 'cash_payment')
@endif
@endif
{{-- 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. --}}
Every delivery is always made at our risk and is 100% insured according to the value of the goods.
Delivery is made to the person who opens the door at the specified address.
You will receive an e-mail from our courier service with the expected delivery date at least one day before delivery.
If you are absent, the consignment will be deposited with a neighbor or at the nearest post office or redelivered by arrangement.
Billing address:
{{ $order->billing_street_no }}
{{ $order->billing_postcode }}
{{ $order->billing_location }}
{{ $order->billing_county }}
{{ $order->billing_phone }}, {{ $order->billing_adress }}
Delivery address:
{{ ucfirst($order->fname.' '. $order->lname) }}
{{ $order->delivery_adress }}
{{ $order->delivery_phone }}
{{ $order->delivery_address }}
{{ $order->delivery_method }}
{{ $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.