Pregunta

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

¿Fue útil?

Solución

You can do it like :

$objectManager = \Magento\Framework\App\ObjectManager::getInstance();
$productList = $objectManager->create('Magento\Catalog\Block\Product\ProductList\Toolbar');
$order = $productList->getCurrentOrder();
Licenciado bajo: CC-BY-SA con atribución
No afiliado a magento.stackexchange
scroll top