@include('theme-views.product.partials._filter-product-type')
@include('theme-views.product.partials._filter-product-price')
@include('theme-views.product.partials._filter-product-categories', [
'productCategories' => $categories,
'dataFrom' => 'flash-deals',
])
@include('theme-views.product.partials._filter-product-brands', [
'productBrands' => $activeBrands,
'dataFrom' => 'flash-deals',
])
@include('theme-views.product.partials._filter-publishing-houses', [
'productPublishingHouses' => $shopPublishingHouses,
'dataFrom' => 'flash-deals',
])
@include('theme-views.product.partials._filter-product-authors', [
'productAuthors' => $digitalProductAuthors,
'dataFrom' => 'flash-deals',
])
@include('theme-views.product.partials._filter-product-reviews', [
'productRatings' => $ratings,
'selectedRatings' => $selectedRatings
])
@php($decimal_point_settings = getWebConfig(name: 'decimal_point_settings'))
@include('theme-views.product._ajax-products',['products'=>$products,'decimal_point_settings'=>$decimal_point_settings])