@foreach($order->contents->dataset->dataset as $orderItem) @if(!$orderItem['hidden'] || !empty($orderItem['coming'])) @endif @endforeach
Product Price Quantity Total
Image of {{ $orderItem['product_name'] }}
{{ $orderItem['product_id'] }} - {{ $orderItem['product_name'] }} @if($orderItem['instock_cushion_color'])
{{ $orderItem['instock_cushion_color'] }}
@endif @if(is_array($order->attributes[$orderItem['row_id']])) @foreach($order->attributes[$orderItem['row_id']] as $attributeName => $attributeValue)
{{ $attributeName }}: {{ $attributeValue }}
@endforeach @endif
@if(!empty($order->availabilities[$orderItem['row_id']])) {!! $order->availabilities[$orderItem['row_id']] !!} @elseif($orderItem['locked_in_availability']) {!! $orderItem['locked_in_availability'] !!} @else {!! $orderItem['availability'] !!} @endif
@if(!$is_readonly)
Remove @if(FALSE && $orderItem['type'] === 'set') Edit @endif
@endif
@if($is_readonly) {!! $wtViewHelper->renderPrice($orderItem['price_plus_charges']) !!} @elseif($GLOBALS['session']->admin && !$orderItem['hidden']) @else {!! $wtViewHelper->renderPrice($orderItem['price_plus_charges']) !!} @endif
@if($orderItem['hidden'] || $is_readonly) {{ $orderItem['qty'] }} @else
@if($GLOBALS['session']->admin && !$is_readonly) @if($orderItem['mto_color_surcharge']) @endif @endif
@endif
{!! $wtViewHelper->renderPrice($orderItem['product_total']) !!}
@if(!$is_readonly) @endif