Delivengo carrier is not available in checkout

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;
                }

Therefore, it is necessary to go to your Back office> Catalog> Products, choose the product that caused error and change its weight in Shipping window.
Afterward, reload the checkout page and choose the Delivengo carrier.


    • Related Articles

    • Documentation Delivengo 2.0.0 version - English

      Documentation 2.0.0 version - English
    • Compatibility with "The Checkout module"

      TheCheckout module that displays the checkout tunnel on a single page can cause incompatibilities with the Floa module and, in general, with all payment modules. In most cases, these modules redefine part of the purchase tunnel, making it impossible ...
    • Compatibility with "The Checkout module"

      One Page Checkout modules that display the checkout funnel on a single page can cause incompatibilities with the Bridge module and, in general, with all payment modules. In most cases, these modules redefine part of the purchase tunnel, making it ...
    • The new PayPal Checkout (Germany) and PUI configuration

      The new PayPal Checkout offer The PayPal Plus offer used by users of a PayPal Germany account has been discontinued in favour of the PayPal Checkout solution. Starting with version 5.7.0, the official PayPal module allows merchants to adapt to this ...
    • Comparison of Paypal Official and PS Checkout modules

      With 61% of European customers having used it in the last 6 months and offered by 70% of businesses, PayPal has established itself as one of the most renowned brands in the world. For an even smoother payment experience, PrestaShop Checkout has ...