Delivengo carrier is not available in checkout
The Delivengo carrier may not be available in checkout for the products that don't have any weight configured. The code of the module checks the weight of the product, when added to the cart: if ($product['weight'] <= 0) { $not_available = true; } ...