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 e01edbc + 36f37f0 commit 54dee2cCopy full SHA for 54dee2c
app/code/Magento/Bundle/Block/Sales/Order/Items/Renderer.php
@@ -151,7 +151,7 @@ public function getValueHtml($item)
151
{
152
if ($attributes = $this->getSelectionAttributes($item)) {
153
return sprintf('%d', $attributes['qty']) . ' x ' . $this->escapeHtml($item->getName()) . " "
154
- . $this->getOrder()->formatBasePrice($attributes['price']);
+ . $this->getOrder()->formatPrice($attributes['price']);
155
}
156
return $this->escapeHtml($item->getName());
157
0 commit comments