@foreach ($flashSales as $item) @foreach ($item->products as $product) @continue (!EcommerceHelper::showOutOfStockProducts() && $product->isOutOfStock())
{!! Theme::partial('flash-sale-product', ['product' => $product, 'flashSale' => $item]) !!}
@endforeach @endforeach
@if ($flashSale && $showPopup == 'yes' && $flashSale->products->count()) @php $product = $flashSale->products->random(); $flashSale->load('metadata'); $subtitleKey = 'subtitle'; if (is_plugin_active('language-advanced') && Language::getCurrentLocaleCode() != Language::getDefaultLocaleCode()) { $subtitleKey = Language::getCurrentLocaleCode() . '_subtitle'; } @endphp @endif