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 99770c2 + 9cc9cf7 commit 3866c94Copy full SHA for 3866c94
app/code/Magento/ConfigurableProduct/Block/Cart/Item/Renderer/Configurable.php
@@ -70,4 +70,14 @@ public function getIdentities()
70
}
71
return $identities;
72
73
+
74
+ /**
75
+ * Get price for exact simple product added to cart
76
+ *
77
+ * @inheritdoc
78
+ */
79
+ public function getProductPriceHtml(\Magento\Catalog\Model\Product $product)
80
+ {
81
+ return parent::getProductPriceHtml($this->getChildProduct());
82
+ }
83
0 commit comments