Skip to content

Commit 7224e41

Browse files
ENGCOM-9240: #34063 fixed issue with price block cache for different zones #34207
- Merge Pull Request #34207 from vovsky/magento2:34063-Related-Products-Block-Breaks-Rich-Snippets-Price - Merged commits: 1. 4cf352b
2 parents 207c959 + 4cf352b commit 7224e41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ public function getCacheKeyInfo()
196196
$cacheKeys['display_minimal_price'] = $this->getDisplayMinimalPrice();
197197
$cacheKeys['is_product_list'] = $this->isProductList();
198198
$cacheKeys['customer_group_id'] = $this->getSaleableItem()->getCustomerGroupId();
199+
$cacheKeys['zone'] = $this->getZone();
199200
return $cacheKeys;
200201
}
201202

0 commit comments

Comments
 (0)