доставка в плавающем
This commit is contained in:
@@ -34,15 +34,15 @@ final class HomeController
|
||||
$homeCatalogSections[] = [
|
||||
'key' => 'promos',
|
||||
'title' => 'Акции',
|
||||
'url' => '/catalog',
|
||||
'count' => 10,
|
||||
'url' => '/promo',
|
||||
'count' => 50,
|
||||
'kind' => 'promo',
|
||||
'products' => $productRepository->promoPreview(10),
|
||||
];
|
||||
$homeCatalogSections[] = [
|
||||
'key' => 'new',
|
||||
'title' => 'Новинки',
|
||||
'url' => '/catalog',
|
||||
'url' => '/new',
|
||||
'count' => 50,
|
||||
'kind' => 'new',
|
||||
'products' => $productRepository->newPreview(10),
|
||||
|
||||
Reference in New Issue
Block a user