Billing Address: {{$data['orders']->street}} , {{$data['orders']->city}}, {{$data['orders']->region}} , {{$data['orders']->postal_code}}
Items | {{--Product ID | --}}Qty | Unit Price | Discount Amount | Total |
---|---|---|---|---|---|
{{$orderDetails['product_sku']}}
{{isset($orderDetails['product_name']) ? $orderDetails['product_name'] : $orderDetails['mgt_product_name']." (Magento SKU does not match in StrawberryNet)" }} |
{{-- {{$line_item->erp_material}} | --}}{{$orderDetails['order_qty'],2}} | ₱ {{number_format((int)$orderDetails['unit_price'],2)}} | ₱ {{number_format((int)$orderDetails['discount_amount'],2)}} | ₱ {{number_format((int)$orderDetails['total'] ,2) }} |
Grand Total |
|