{{ $product->name }}

@include(EcommerceHelper::viewPath('includes.product-price'), [ 'priceWrapperClassName' => 'tp-product-details-price-wrapper mb-20', 'priceClassName' => 'tp-product-details-price new-price', 'priceOriginalWrapperClassName' => '', 'priceOriginalClassName' => 'tp-product-details-price old-price', ]) @if ($product->variations->isNotEmpty()) {!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'referenceProduct' => $referenceProduct ?? null, ]) !!} @include(Theme::getThemeNamespace('views.ecommerce.includes.product-availability')) @endif {!! render_product_options($product) !!} @php $isOutOfStock = $product->isOutOfStock(); @endphp
$isOutOfStock])>

{{ __('Quantity') }}

@if (EcommerceHelper::isCartEnabled())
@endif
{{ __('View full details') }}