Tuesday 26 March 2019

Magento shipment view 404 error in admin side

In admin Side Sale->Shipments View 404 error

Solution is edit the below file at line num 49

Magento\Sales\Controller\Adminhtml\Shipment\AbstractShipment\View.php


$resultForward->setController('order_shipment')
                ->setModule('adminhtml')    // Change admin to adminhtml    

Product Collection with out of stock and In Stock in Magento 2

Product collection with out of stock and In stock. use Magento\Catalog\Model\ResourceModel\Product\CollectionFactory; $collection = $th...