{{ $product->name }}

@include(EcommerceHelper::viewPath('includes.product-price')) @if ($product->variations->isNotEmpty()) {!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'referenceProduct' => $referenceProduct ?? null, ]) !!} @include(EcommerceHelper::viewPath('includes.product-availability')) @endif {!! render_product_options($product) !!}
@include(EcommerceHelper::viewPath('includes.product-quantity')) @if (EcommerceHelper::isCartEnabled())
@endif
{{ __('View full details') }}