Skip to content

Commit ddd8740

Browse files
author
Jan Petr
authored
Merge pull request #944 from algolia/fix/fetch_special_price
Fetch special price attribute
2 parents e4a9c54 + 7aa1bb3 commit ddd8740

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/community/Algolia/Algoliasearch/Helper/Entity/Producthelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ public function getProductCollectionQuery($storeId, $productIds = null, $only_vi
171171
}
172172

173173
$products = $products
174+
->addAttributeToSelect('special_price')
174175
->addAttributeToSelect('special_from_date')
175176
->addAttributeToSelect('special_to_date')
176177
->addAttributeToSelect('visibility')

0 commit comments

Comments
 (0)