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 535860a + eb495a1 commit ff1181cCopy full SHA for ff1181c
app/code/Magento/Bundle/view/base/templates/product/price/final_price.phtml
@@ -11,7 +11,8 @@
11
<?php
12
$idSuffix = $block->getIdSuffix() ? $block->getIdSuffix() : '';
13
/** @var \Magento\Bundle\Pricing\Render\FinalPriceBox $block */
14
-$productId = $block->getSaleableItem()->getId();
+
15
16
/** @var \Magento\Bundle\Pricing\Price\FinalPrice $finalPriceModel */
17
$finalPriceModel = $block->getPrice();
18
$minimalPrice = $finalPriceModel->getMinimalPrice();
0 commit comments