| {{ trans('labels.Qty') }} | {{ trans('labels.Image') }} | {{ trans('labels.ProductName') }} | {{ trans('labels.AdditionalAttributes') }} | {{ trans('labels.Price') }} | |||||
|---|---|---|---|---|---|---|---|---|---|
| @else | @endif {{ $products->products_quantity }} | @if($key%2==0)@else | @endif |
@if($key%2==0) @else | @endif {{ $products->products_name }} |
@if($key%2==0) @else | @endif
@foreach($products->attribute as $attributes)
Name: {{ $attributes->products_options }} Value: {{ $attributes->products_options_values }} Price: {{ $attributes->price_prefix }}{{ $attributes->options_values_price }} @endforeach |
@if($key%2==0) @else | @endif${{ $products->final_price }} |
{{ trans('labels.PaymentMethods') }}:
{{ str_replace('_',' ', $ordersData['orders_data'][0]->payment_method) }}
@if(!empty($ordersData['orders_data'][0]->coupon_code)){{ trans('labels.Coupons') }}:
| {{ trans('labels.Code') }} | {{ trans('labels.Amount') }} |
|---|---|
| {{ $couponData->code}} | {{ $couponData->amount}} @if($couponData->discount_type=='percent_product') ({{ trans('labels.Percent') }}) @elseif($couponData->discount_type=='percent') ({{ trans('labels.Percent') }}) @elseif($couponData->discount_type=='fixed_cart') ({{ trans('labels.Fixed') }}) @elseif($couponData->discount_type=='fixed_product') ({{ trans('labels.Fixed') }}) @endif |
| {{ trans('labels.Subtotal') }}: | ${{ $ordersData['subtotal'] }} |
|---|---|
| {{ trans('labels.Tax') }}: | ${{ $ordersData['orders_data'][0]->total_tax }} |
| {{ trans('labels.ShippingCost') }}: | ${{ $ordersData['orders_data'][0]->shipping_cost }} |
| {{ trans('labels.DicountCoupon') }}: | ${{ $ordersData['orders_data'][0]->coupon_amount }} |
| {{ trans('labels.Total') }}: | ${{ $ordersData['orders_data'][0]->order_price }} |