Skip to content

Commit

Permalink
fix code removed bij merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ah-net committed Sep 19, 2024
1 parent 382a261 commit b0e223b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ViewModel/ProductListItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ public function getItemHtml(
$this->cacheHelper->save($itemHtml, $itemId);
}

$storeId = $this->storeManager->getStore()->getId();
$customerGroupId = $this->customerSession->getCustomerGroupId();

return sprintf(
'<esi:include src="/%s?item_id=%s&store_id=%s&customer_group_id=%s" />',
Cache::PRODUCT_CARD_PATH,
Expand Down

0 comments on commit b0e223b

Please sign in to comment.