fix: missing store_id for carousel products

This commit is contained in:
2026-01-05 01:54:09 +03:00
parent 84641868e9
commit 3a1f8dbf94

View File

@@ -140,8 +140,9 @@ class BlocksService
], ],
], ],
]; ];
$storeId = $this->settings->get('store.store_id', 0);
$response = $this->productsService->getProductsResponse($params, $languageId); $response = $this->productsService->getProductsResponse($params, $languageId, $storeId);
$block['data']['products'] = $response; $block['data']['products'] = $response;