Thank you for your order!
Order Number: {{ $order->orderid }}
|
{{--
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 }}
{{ $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 : "" }}
Dyson
{{ (!empty($orderdetail->pin->Name))?$orderdetail->pin->Name:$orderdetail->productcode." Part" }}
${{ $orderdetail->totalprice }}
|
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 }} |
@if(!empty($order->coupon_discount))
| Discount ({{ $order->coupon_code }}) |
-${{ number_format((float)$order->coupon_discount, 2, '.', '') }} |
@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, '.', '') }} |
| Estimated Tax @if(!empty(request()->isadmin)) ({{ round($order->salestaxrate1 *100,2).'%' }}) @endif |
${{ number_format((float)$order->salestax1, 2, '.', '') }} |
| Total |
${{ number_format((float)($order->paymentamount), 2, '.', '') }} |
Need
help with your order?
Give
us a call at 866-243-2721 or email us at info@partswarehouse.com
|
|
|
|