Question

How can i get "Sort By" method in this page, $productListToolbar doesnt include sort by position method.

Was it helpful?

Solution

You can do it like :

$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$productList = $objectManager->create('Magento\Catalog\Block\Product\ProductList\Toolbar');
$order = $productList->getCurrentOrder();
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top