Order Date {{date('d-M-Y',strtotime($order->created_at))}}
@if($order->dp == 1){{$order->method}}
@if($order->method != "Cash On Delivery") @if($order->method=="Stripe") {{$order->method}} Charge ID:{{$order->charge_id}}
@endif {{$order->method}} Transaction ID:{{$order->txnid}}
@endifShip To Address
@elsePick Up
@endif{{$order->method}}
@if($order->method != "Cash On Delivery") @if($order->method=="Stripe") {{$order->method}} Charge ID:{{$order->charge_id}}
@endif {{$order->method}} Transaction ID:{{$order->txnid}}
@endifID# | Product Title | Quantity | Size | Color | Product Price | Total Price |
---|---|---|---|---|---|---|
{{ $product['item']['id'] }} | {{strlen($product['item']['name']) > 25 ? substr($product['item']['name'],0,25).'...' : $product['item']['name']}} | {{$product['qty']}} {{ $product['item']['measure'] }} | {{$product['size']}} | {{$order->currency_sign}}{{round($product['item']['price'] * $order->currency_value,2)}} | {{$order->currency_sign}}{{round($product['price'] * $order->currency_value,2)}} |