Skip to main content

Install Adobe Commerce compatibility modules

Install additional modules from Bold's GitHub repositories so that your existing Adobe Commerce store configuration works seamlessly with Bold.

After you've installed Bold Booster, you also need to install a compatibility module if your Adobe Commerce store uses any of the following:

  • Swissuplabs Firecheckout
  • OneStepCheckout
  • Amasty Checkout
  1. Use this table to determine the name of the Composer package to install.

    Extension you useComposer package name
    Swissuplabs Firecheckoutbold-commerce/module-checkout-payment-booster-swissup-firecheckout-compatibility
    OneStepCheckoutbold-commerce/module-booster-amasty-checkout-compatibility
    Amasty Checkoutbold-commerce/module-booster-onestepcheckout-compatibility
  2. Open your terminal and navigate to your project directory.

  3. Run the following Composer command to install the compatibility module you need.

    composer require <package name>

    Example:

    composer require bold-commerce/module-booster-amasty-checkout-compatibility