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.
2 parents b52d52d + 7633d01 commit 486d8e7Copy full SHA for 486d8e7
app/code/Magento/Catalog/Model/ResourceModel/Product/Collection.php
@@ -133,22 +133,6 @@ class Collection extends \Magento\Catalog\Model\ResourceModel\Collection\Abstrac
133
*/
134
protected $_priceDataFieldFilters = [];
135
136
- /**
137
- * Map of price fields
138
- *
139
- * @var array
140
- */
141
- protected $_map = [
142
- 'fields' => [
143
- 'price' => 'price_index.price',
144
- 'final_price' => 'price_index.final_price',
145
- 'min_price' => 'price_index.min_price',
146
- 'max_price' => 'price_index.max_price',
147
- 'tier_price' => 'price_index.tier_price',
148
- 'special_price' => 'price_index.special_price',
149
- ],
150
- ];
151
-
152
/**
153
* Price expression sql
154
*
0 commit comments