| Product | Price | Quantity | Total |
|---|---|---|---|
{{ $orderItem['product_id'] }} - {{ $orderItem['product_name'] }}
@if($orderItem['instock_cushion_color'])
@endif
@if(is_array($order->attributes[$orderItem['row_id']]))
@foreach($order->attributes[$orderItem['row_id']] as $attributeName => $attributeValue)
@endforeach
@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']) !!}
|