i can’t find the right way to get if a product is backordered. In magento 1 was $ item->getQtyBackordered() In magento 2? this is my cart.phtml: <?php /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ ?> <?php /** * Shopping cart template * * @var $ blockRead more