@if ($product->isOutOfStock()) {{ __('Out of stock') }} @else @if ($product->isOnSale() && $product->sale_percent) {{ __(':percent% off', ['percent' => $product->sale_percent]) }} @endif @if ($product->productLabels->isNotEmpty()) @foreach ($product->productLabels as $label) css_styles !!}> {{ $label->name }} @endforeach @endif @endif
{{ $product->name }} {{ $product->name }} @if (EcommerceHelper::isCompareEnabled() || theme_option('enable_quick_view', 'yes') === 'yes' || EcommerceHelper::isWishlistEnabled())
@if (EcommerceHelper::isCompareEnabled()) @endif @if (theme_option('enable_quick_view', 'yes') === 'yes') @endif @if (EcommerceHelper::isWishlistEnabled()) @endif @endif

{{ $product->name }}

@if (EcommerceHelper::isReviewEnabled()) @endif
@include(EcommerceHelper::viewPath('includes.product-price'), [ 'product' => $product, 'priceOriginalClassName' => 'tpproduct__priceinfo-list-oldprice', ])
@if(EcommerceHelper::isCartEnabled())
@if ($product->variations()->exists()) {{ __('Select options') }} @else {{ __('Add To Cart') }} @endif
@endif