Installation Guide
Install & Configure the Simpler Magento 2 Module
0. Before you begin
Sandbox Testing
It is advised to test the module in your Staging/UAT/Sandbox instance before proceeding with the live installation. You can find more information about Sandbox Testing here
Magento 2.2 Installations
For Magento 2.2 installations you will need to require the magento-checkout:0.x module:
composer require "simpler/magento-checkout:0.*"
Firewall Settings
If your installation is behind a firewall make sure to whitelist the Simpler Checkout IPs :
For Production/Live Systems:
3.65.78.79
3.66.47.65
3.66.243.207
For Sandbox Systems:
3.65.151.228
18.185.170.60
35.156.43.24
1. 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
2. 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
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.
Activation
Locate the "Simpler Checkout" tab on the left sidebar and navigate to "General Settings". Click on Settings, and enable the Simpler Checkout plugin.
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.
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.
3. 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.
There you will find two integrations. Depending on the integration type (Live vs Sandbox), click on "Activate" and then on "Allow".
That's it! You're now ready to supercharge your checkout funnel using Simpler Checkout
Updated 4 months ago