Domanda

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

È stato utile?

Soluzione

You can do it like :

$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$productList = $objectManager->create('Magento\Catalog\Block\Product\ProductList\Toolbar');
$order = $productList->getCurrentOrder();
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a magento.stackexchange
scroll top