Thank you for your order!

Order Number: {{ $order->orderid }}

We've sent an email confirmation to {{ (auth()->check()) ? auth()->user()->emailaddress : $order->coustomer->emailaddress }}. If this is your first time ordering,
it may take up to 24 hours for this order to appear in your Order History.

Ship to

{{ $order->shipfirstname }} {{ $order->shiplastname }}
{{ $order->shipaddress1 }}
@if(!empty($order->shipaddress2)) {{ $order->shipaddress2 }}
@endif {{ $order->shipcity }}, {{ $order->shipstate }} {{ $order->shippostalcode }}3
{{ $order->shipcountry }}
@if(!empty($order->shippingmethodname)) Shipment Method
{{ $order->shippingmethodname }} @endif

Bill to

{{ $order->billingfirstname }} {{ $order->billinglastname }}
{{ $order->billingaddress1 }}
@if(!empty($order->billingaddress2)) {{ $order->billingaddress2 }}
@endif {{ $order->billingcity }}, {{ $order->billingstate }} {{ $order->billingpostalcode }}
{{ $order->billingcountry }}
Payment Method
@if(!empty($order->paymentlog->pay_details)) @if(!empty($$order->paymentlog->pay_paymentmethodid) && $order->paymentlog->pay_paymentmethodid == '13') {{ 'Purchase order # '.$order->paymentlog->pay_details }} @else {{ !empty($order->paymentlog->pay_details) ? $order->paymentlog->pay_details : "Credit Card" }} @endif @else Paypal @endif

Item Summary ({{ $quantity }} item)
@foreach ($order->orderdetail as $orderdetail)
SKU: {{ !empty($orderdetail->productcode) ? $orderdetail->productcode : "" }}
{{ (!empty($orderdetail->clientmap->pin->Name))?$orderdetail->clientmap->pin->Name:$orderdetail->productcode." Part" }}
{{ $orderdetail->totalprice }} USD | Qty: {{ $orderdetail->quantity }}
@endforeach @php $subtotal = number_format((float)($order->paymentamount - ($order->totalshippingcost + $order->salestax1 )) + $order->coupon_discount , 2, '.', ''); @endphp
Order Summary
Subtotal ({{ $quantity }} item)
{{ $subtotal }} USD
@if(!empty($order->coupon_discount))
Discount ({{ $order->coupon_code }})
-{{ number_format((float)$order->coupon_discount, 2, '.', '') }} USD
@endif
Shipping @if(!empty($order->shippingmethodname)) ({{ $order->shippingmethodname }} @if(!empty($order->shippingsurcharges))inc. surcharges of ${{ number_format((float)$order->shippingsurcharges, 2, '.', '') }}@endif) @endif
{{ number_format((float)$order->totalshippingcost, 2, '.', '') }} USD
Estimated Tax @if(!empty(request()->isadmin)) ({{ round($order->salestaxrate1 *100,2).'%' }}) @endif
{{ number_format((float)$order->salestax1, 2, '.', '') }} USD

Total

{{ number_format((float)($order->paymentamount), 2, '.', '') }} USD

Need help with your order?
Give us a call at 866-243-2721 or Email us at info@partswarehouse.com