Skip to content
Snippets Groups Projects
Commit 4ad81e1e authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

MAGETWO-85307: 12468: Sort by Price not working on CatalogSearch Page in Magento 2 #929

parents dcf1d7ff ee0e7b52
No related merge requests found
......@@ -689,7 +689,7 @@ class Toolbar extends \Magento\Framework\View\Element\Template
'limit' => ToolbarModel::LIMIT_PARAM_NAME,
'modeDefault' => $defaultMode,
'directionDefault' => $this->_direction ?: ProductList::DEFAULT_SORT_DIRECTION,
'orderDefault' => $this->_productListHelper->getDefaultSortField(),
'orderDefault' => $this->getOrderField(),
'limitDefault' => $this->_productListHelper->getDefaultLimitPerPageValue($defaultMode),
'url' => $this->getPagerUrl(),
];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment