@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
@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
@if (EcommerceHelper::isReviewEnabled())
@endif
@include(EcommerceHelper::viewPath('includes.product-price'), [
'product' => $product,
'priceOriginalClassName' => 'tpproduct__priceinfo-list-oldprice',
])
@if(EcommerceHelper::isCartEnabled())
@endif