Skip to content

Commit 3866c94

Browse files
Merge remote-tracking branch 'remotes/github/MAGETWO-95833' into EPAM-PR-23
2 parents 99770c2 + 9cc9cf7 commit 3866c94

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

app/code/Magento/ConfigurableProduct/Block/Cart/Item/Renderer/Configurable.php

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,14 @@ public function getIdentities()
7070
}
7171
return $identities;
7272
}
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+
}
7383
}

0 commit comments

Comments
 (0)