fix: missing store_id for carousel products
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user