@if ($product_count = count($products = $helper->getProducts(['@category' => $data->category_id, '@sorttype' => $data->sorttype, '@limit' => 6, '@with' => ['promoAvailable'], '@withReviews' => true, '@withOption' => true])))
@foreach ($products as $product)
@include($_template.'product-item', [
'product' => $product
])
@endforeach
@endif