@php /* $layout_page = shop_wishlist **Variables:** - $wishlist: no paginate */ @endphp @extends($sc_templatePath.'.layout') @section('block_main_content_center')
No. | {{ sc_language_render('product.sku') }} | {{ sc_language_render('product.name') }} | {{ sc_language_render('product.price') }} | |
---|---|---|---|---|
{{ $n }} | {{ $product->sku }} |
{{-- Process attributes --}} @if ($item->options->count()) ( @foreach ($item->options as $keyAtt => $att) {{ $attributesGroup[$keyAtt] }}: {{ $att }} ; @endforeach ) @endif {{-- //end Process attributes --}} |
{!! $product->showPrice() !!} |