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.
1 parent c717ee0 commit 030917fCopy full SHA for 030917f
app/code/Magento/Checkout/CustomerData/DefaultItem.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2015 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Checkout\CustomerData;
@@ -84,7 +84,7 @@ protected function doGetItemData()
84
{
85
$imageHelper = $this->imageHelper->init($this->getProductForThumbnail(), 'mini_cart_product_thumbnail');
86
$productName = $this->escaper->escapeHtml($this->item->getProduct()->getName());
87
-
+ $this->item->setConvertedPrice($this->item->getPrice());
88
return [
89
'options' => $this->getOptionList(),
90
'qty' => $this->item->getQty() * 1,
0 commit comments