Cart::getProductsQuantity() no more exists in /modules/everblock/src/Service/EverblockTools.php:2498 Instead $quantity = $context->cart->getProductsQuantity(); Try $quantity = (int)$context->cart->nbProducts();