@include("theme-views.seller-views.partials._shop-main-banner-section", ['shopInfoArray' => $shopInfoArray]) @include("theme-views.seller-views.partials._shop-featured-products", ['featuredProductsList' => $featuredProductsList])
@csrf @include('theme-views.product.partials._product-list-header', [ 'pageTitleContent' => translate('search_product'), 'pageProductsCount' => $products->total(), 'pageProductsShow' => true, 'searchBarSection' => true, 'sortBySection' => true, 'showProductsFilter' => true, ])
@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])