/home/techb158/immovalet.com/platform/themes/shopwise/partials
NameSizeModeActions
shortcodes/-0755rm
breadcrumbs.blade.php7750644editdlrm
cart.blade.php36570644editdlrm
comments.blade.php1430644editdlrm
facebook-integration.blade.php11750644editdlrm
flash-sale-product.blade.php28870644editdlrm
footer.blade.php65570644editdlrm
header.blade.php191360644editdlrm
icons-field.blade.php6560644editdlrm
menu.blade.php10650644editdlrm
product-category-fields.blade.php1950644editdlrm
product-item-grid.blade.php43320644editdlrm
product-item.blade.php64720644editdlrm
quick-view.blade.php75950644editdlrm
sub-menu.blade.php10040644editdlrm
Edit: /home/techb158/immovalet.com/platform/themes/shopwise/partials/quick-view.blade.php (7595B)
@php Theme::asset()->remove('app-js'); @endphp

{{ $product->name }}

{{ format_price($product->front_sale_price_with_taxes) }} @if ($product->front_sale_price !== $product->price) {{ format_price($product->price_with_taxes) }}
{{ __(':percentage Off', ['percentage' => get_sale_percentage($product->price, $product->front_sale_price)]) }}
@endif
@if (EcommerceHelper::isReviewEnabled()) @if ($product->reviews_count > 0)
({{ $product->reviews_count }})
@endif @endif

{!! clean($product->description) !!}

@if ($product->variations()->count() > 0)
{!! render_product_swatches($product, [ 'selected' => $selectedAttrs, 'view' => Theme::getThemeNamespace() . '::views.ecommerce.attributes.swatches-renderer' ]) !!}
@endif

@csrf @if (EcommerceHelper::isCartEnabled())

@endif
@if (EcommerceHelper::isCartEnabled()) @endif


  • {{ __('SKU') }}: {{ $product->sku }}
  • {{ __('Category') }}: @foreach ($product->categories()->get() as $category) {{ $category->name }}@if (!$loop->last),@endif @endforeach
  • @if (!$product->tags->isEmpty())
  • {{ __('Tags') }}: @foreach ($product->tags as $tag) @if (!$loop->last),@endif @endforeach
  • @endif
{{ __('Share') }}: