Skip to content

Commit adc6c00

Browse files
🔃 [EngCom] Public Pull Requests - 2.2-develop
Accepted Public Pull Requests: - #15535: FIX for issue #15457 - Bundle Products price range is showing expired… (by @phoenix128) Fixed GitHub Issues: - #15457: Bundle Products price range is showing expired special price from bundle options (reported by @harleen-mann) has been fixed in #15535 by @phoenix128 in 2.2-develop branch Related commits: 1. ca6e479
2 parents c8b7ea9 + 1ab2ae6 commit adc6c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Bundle/Pricing/Adjustment/DefaultSelectionPriceListProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ public function getPriceList(Product $bundleProduct, $searchMin, $useRegularPric
6161

6262
if (!$useRegularPrice) {
6363
$selectionsCollection->addAttributeToSelect('special_price');
64-
$selectionsCollection->addAttributeToSelect('special_price_from');
65-
$selectionsCollection->addAttributeToSelect('special_price_to');
64+
$selectionsCollection->addAttributeToSelect('special_from_date');
65+
$selectionsCollection->addAttributeToSelect('special_to_date');
6666
$selectionsCollection->addAttributeToSelect('tax_class_id');
6767
}
6868

0 commit comments

Comments
 (0)