{{ $product->name }}
@if (empty($hiddenStore)) {!! $product->displayVendor() !!} @endif @if ($product->allowSale() && !sc_config('product_cart_off')) @php $dataLink = [ 'class' => '', 'id' => '', 'type_w' => '', 'type_t' => 'cart', 'type_a' => '', 'name' => ' '.sc_language_render('action.add_to_cart'), 'html' => 'onClick="addToCartAjax(\''.$product->id.'\',\'default\',\''.$product->store_id.'\')"' ]; @endphp @include($sc_templatePath.'.common.button.link', $dataLink) @endif {!! $product->showPrice() !!}
@if ($product->price != $product->getFinalPrice() && $product->kind !=SC_PRODUCT_GROUP) @elseif($product->kind == SC_PRODUCT_BUILD) @elseif($product->kind == SC_PRODUCT_GROUP) @endif
@if (!sc_config('product_wishlist_off')) @endif @if (!sc_config('product_compare_off')) @endif