@foreach ($item['attribute']['option_name'] as $optionkey => $option_name)
{{$item['attribute']['names'][$optionkey]}}: {{$option_name}} ({{PriceHelper::setCurrencyPrice($item['attribute']['option_price'][$optionkey])}})
@endforeach
|
{{PriceHelper::setCurrencyPrice($item['main_price'])}} |
@if ($item['item_type'] != 'digital')
@endif
|
{{PriceHelper::setCurrencyPrice($item['main_price'] * $item['qty'])}} |
|
@endforeach