Skip to content

Commit 8fe7ae0

Browse files
author
Robert He
committed
Merge branch 'FearlessKiwis-MAGETWO-44076-custom-options-old-price-percentage' of https://github.corp.magento.com/magento-fearless-kiwis/magento2ce into develop-PR
2 parents 7e358aa + c19e5f8 commit 8fe7ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Block/Product/View/Options.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ protected function _getPriceConfiguration($option)
162162
$data = [
163163
'prices' => [
164164
'oldPrice' => [
165-
'amount' => $this->pricingHelper->currency($option->getPrice(false), false, false),
165+
'amount' => $optionPrice,
166166
'adjustments' => [],
167167
],
168168
'basePrice' => [

0 commit comments

Comments
 (0)