Integrate
If you haven't already signed up for Zonos, complete our contact sales form to get started. A dedicated onboarding representative will contact you within 24 hours to guide you through the integration process once your account agreement is in place.
Seamlessly integrate Checkout with your Magento store by following the steps in this section:
Install the Checkout app
In order to use Checkout with Magento, you need to purchase the extension from the Magento Marketplace, then install it in your terminal with Composer. This approach is more technical than our other plugins due to the way that Magento handles extensions. To install the app:
- Download the Checkout extension from the Magento Marketplace.
- Download the Hello extension from the Magento Marketplace.
- Open a new terminal and navigate to the root directory of your Magento installation and follow the instructions below.
Run the following command to add Checkout to your site's dependencies. Hello will be automatically included.
composer require zonos/checkoutNext, run the following command to enable the Checkout module.
php bin/magento module:enable Zonos_CheckoutNow, run the following command to install the extension and perform any required database migrations.
php bin/magento setup:upgradeFinally, run the following command to compile a new version of your site including the Checkout plugin.
php bin/magento setup:di:compileNote: Checkout has a dependency of Hello, so the commands above will install both.
Configure Magento
Configure general settings
Configure Hello
Adjust advanced settings
Test your integration
Uninstall Checkout
Uninstalling the apps must be performed by an experienced Magento developer via Composer. Run this command to uninstall Checkout and Hello:
php bin/magento module:uninstall Zonos_Checkout Zonos_Hello
Checkout for Magento
Integrate the Checkout plugin for Magento.Before integrating Zonos Checkout, ensure it will work as you expect. Here is what your experience will be like when you use Checkout: