Skip to main content

Installation Guide

Install the Simpler Checkout Magento 2 Module

You can install the Simpler Checkout Magento 2 Module using composer

composer require simpler/magento-checkout
bin/magento module:enable Simpler_Checkout
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
# optional but highly suggested
bin/magento cache:clean

Setup your App ID & Settings

Once the module is enabled, you can navigate to the module settings in your magento admin panel.
Navigate to Stores -> Settings -> Configuration

configuration

The plugin can be enabled for all sites (in case of multi-site setup) or for chosen ones. For the former choose "default config" from the scope and for the later the website for which you want to enable the plugin for.

scope

Activation

Locate the "Simpler Checkout" tab on the left sidebar and navigate to "General Settings". Click on Settings, and enable the Simpler Checkout plugin.

activation

Integration Type

Once enabled, you will be prompted to select whether this is a live installation or not. This will affect later on which credentials (App ID & App Secret) are required.

Select the appropriate option under Sandbox ("Yes" for testing, "No" for going live) and Save your config.

type

Credentials

Here, you can provide either the sandbox credentials for testing the integration (optional) or the live ones when you are ready, well, to go live.

The appropriate credentials will be emailed to you by our team based on your use case.

Note: you don't need both credentials for the integration to work. Request only those relevant to you.

credentials

Authorize the Simpler Integration

While you're in the Simpler Checkout Settings page, click on "Integration Status". A link displaying "Take me to the integrations list" will pop-up. Click on that, and you'll be redirected to the magento integrations list.

integrations

There you will find two integrations. Depending on the integration type (Live vs Sandbox), click on "Activate" and then on "Allow".

activate-integration

info

Magento 2.4.4 or later

Enable usage of access tokens as standalone Bearer tokens, by going to System > Web > API, and in Consumer Settings enabling Allow OAuth Access Tokens to be used as standalone Bearer tokens.

That's it! You're now ready to supercharge your checkout funnel using Simpler Checkout