Skip to content

Commit 54e8480

Browse files
committed
MAGETWO-62593: [Backport] - [GitHub] Sorting configurable products by price doesn't work when simple product has special_price #4778 - for 2.0
1 parent c5d25cd commit 54e8480

File tree

1 file changed

+2
-0
lines changed
  • app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price

1 file changed

+2
-0
lines changed

app/code/Magento/Catalog/Model/ResourceModel/Product/Indexer/Price/DefaultPrice.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,8 @@ protected function prepareFinalPriceDataForType($entityIds, $type)
247247
}
248248

249249
/**
250+
* Get select by entity ids or/and product type.
251+
*
250252
* @param int|array $entityIds the entity ids limitation
251253
* @param string|null $type product type, all if null
252254
* @return \Magento\Framework\DB\Select

0 commit comments

Comments
 (0)