We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e88d5bd + 7224e41 commit 54f890aCopy full SHA for 54f890a
app/code/Magento/Catalog/Pricing/Render/FinalPriceBox.php
@@ -196,6 +196,7 @@ public function getCacheKeyInfo()
196
$cacheKeys['display_minimal_price'] = $this->getDisplayMinimalPrice();
197
$cacheKeys['is_product_list'] = $this->isProductList();
198
$cacheKeys['customer_group_id'] = $this->getSaleableItem()->getCustomerGroupId();
199
+ $cacheKeys['zone'] = $this->getZone();
200
return $cacheKeys;
201
}
202
0 commit comments