No. | {{ trans('product.sku') }} | {{ trans('product.name') }} | {{ trans('product.price') }} | {{ trans('product.quantity') }} | {{ trans('product.total_price') }} | |
---|---|---|---|---|---|---|
{{ $n }} | {{ $product->sku }} |
{{-- Process attributes --}} @if ($item->options->count()) @foreach ($item->options as $groupAtt => $att) {{ $attributesGroup[$groupAtt] }}: {!! sc_render_option_price($att) !!} @endforeach @endif {{-- //end Process attributes --}} |
{!! $product->showPrice() !!} |
{{ trans('cart.minimum_value', ['value' => session('arrErrorQty')[$product->id]]) }} @endif |
{{sc_currency_render($item->subtotal)}} | $item->rowId]) }}"> |