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
- Install using Composer
- Install manually
-
Use this table to determine the name of the Composer package to install.
Extension you use Composer package name Swissuplabs Firecheckout bold-commerce/module-checkout-payment-booster-swissup-firecheckout-compatibility OneStepCheckout bold-commerce/module-booster-amasty-checkout-compatibility Amasty Checkout bold-commerce/module-booster-onestepcheckout-compatibility -
Open your terminal and navigate to your project directory.
-
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
- In the command line, log in to the Magento server.
- Navigate to the root directory of your website (the parent directory of the
./app
directory). - In the root directory, open the
./app/code/Bold
directory.cd ./app/code/Bold
- Go to the latest GitHub release page for the module you're installing.
- Access the ZIP file in one of the following ways:
- Use the command line to download the file from Packagist using the Source code ZIP file from the latest GitHub release and a
curl
orwget
command. For example:curl -LO https://github.com/bold-commerce/adobe-commerce-bold-checkout-payment-booster-swissup-labs-firecheckout-compatibility/archive/refs/tags/v0.0.1.zip
- If you use CPanel, Plesk, or FileManager, download the Source code ZIP file from the latest GitHub release page and upload it to your server.
- Use the command line to download the file from Packagist using the Source code ZIP file from the latest GitHub release and a
- Unzip the file you downloaded.
unzip <name of the file>
- Use this table to determine the module name to use in the next step.
Extension you use Module name Swissuplabs Firecheckout BoosterSwissupFirecheckoutCompatibility OneStepCheckout BoosterOneStepCheckoutCompatibility Amasty Checkout BoosterAmastyCheckoutCompatibility - Rename the unzipped folder to match the module name.
Example:
mv adobe-commerce-bold-checkout-payment-booster-one-step-checkout-compatibility-1.0.0 OneStepCheckout
- Navigate back to the root directory (the parent directory of the
./app
directory). - Use this table to determine the extension name to use in the next step.
Extension you use Extension name Swissuplabs Firecheckout Bold_BoosterSwissupFirecheckoutCompatibility OneStepCheckout Bold_BoosterOneStepCheckoutCompatibility Amasty Checkout Bold_BoosterAmastyCheckoutCompatibility - Run the following commands to finish setup.
php bin/magento module:enable <extension name>
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy - Clear your Magento cache.
php bin/magento cache: flush