/home/techb158/immovalet.com/platform/plugins/ecommerce/resources/views/themes
NameSizeModeActions
attributes/-0755rm
customers/-0755rm
discounts/-0755rm
includes/-0755rm
brand.blade.php36370644editdlrm
cart.blade.php147460644editdlrm
compare.blade.php133920644editdlrm
order-tracking.blade.php98940644editdlrm
product-category.blade.php8640644editdlrm
product-tag.blade.php14160644editdlrm
product.blade.php120210644editdlrm
products.blade.php12260644editdlrm
search.blade.php8910644editdlrm
wishlist.blade.php38390644editdlrm
Edit: /home/techb158/immovalet.com/platform/plugins/ecommerce/resources/views/themes/product.blade.php (12021B)
{!! Theme::breadcrumb()->render() !!}
@foreach ($productImages as $thumb)
{{ $product->name }}
@endforeach

{{ $product->name }}

@if (EcommerceHelper::isReviewEnabled()) @endif
@if ($product->front_sale_price !== $product->price) {{ format_price($product->front_sale_price) }} {{ format_price($product->front_sale_price) }} @else {{ format_price($product->price) }} @endif

{!! $product->description !!}

@if ($product->variations()->count() > 0) {!! render_product_swatches($product, [ 'selected' => $selectedAttrs, ]) !!} @endif
@csrf {!! apply_filters(ECOMMERCE_PRODUCT_DETAIL_EXTRA_HTML, null) !!}
@if ($product->sku) {{ __('SKU') }} : {{ $product->sku }} @endif {{ ! $product->isOutOfStock() ? __('In stock') : __('Out of stock') }} @if (!$product->categories->isEmpty()) {{ __('Categories') }} : @foreach ($product->categories as $category) {{ $category->name }} @if (! $loop->last) , @endif @endforeach @endif
{{ __('Description') }}
{!! clean($product->content) !!}
{{ theme_option('product-bonus-title')}}
{!! theme_option('product-bonus') !!}
@if (EcommerceHelper::isReviewEnabled())
{{ __('Reviews') }} ({{ $product->reviews_count }})
@endif
@php $crossSaleProducts = get_cross_sale_products($product); @endphp @if (!empty($crossSaleProducts)) @endif
@php $relatedProducts = get_related_products($product); @endphp @if (!empty($relatedProducts)) @endif