Compatibility with "The Checkout module"

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 impossible to update payment amounts following carrier selection. 

If the Bridge module is used with the Checkout module, this affects the display of the list of banks and prevents the payment from being finalised.




To solve this problem, you can consider two options.

1) Modify a configuration of "The Checkout" module to display the payment page separately.
Find the "Payment options on separate page" option and set its status to "Enabled".



However, this solution doesn't allow you to display the payment funnel on a single page.

2) Implement an override.
This is a patch that makes changes to the Bridge module to solve this problem.
The ovverride brings an update to the Vue javascript (front.js) to load the elements of the Bridge module correctly when the Checkout module is used.

You will need to install this patch on the shop to allow the checkout page to be displayed correctly.

Here are the steps to follow to set up the override.

a) download the necessary files here:

b) unzip the file "bridge-theme.zip" on your computer. 
Use an FTP software (like FileZilla) to copy the resulting folder into your theme directory
For example, if your site has the default theme (classic) you should copy the folder to: /{SITE_DIRECTORY}/themes/classic

c) Unzip the file "bridge-override.zip" on your computer. 
Use FTP software to copy the resulting folder to the Overrides directory: /{SITE_DIRECTORY}/override

This option allows you to keep the sales funnel on one page, but the display of the payment page may change.
Therefore, check the display of the payment page and adjust the layout of the blocks through the configurations of "The Checkout" module.




    • Related Articles

    • 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 "OnePageCheckout module"

      One Page Checkout modules that display 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 module redefine part of the purchase tunnel, making it ...
    • Compatibility with the "Supercheckout" module

      One Page Checkout modules that display the checkout tunnel 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 funnel, making it ...
    • 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; } ...
    • 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 ...