Magento Plugin - Checkout Champ
The Magento plugin provides the ability to pull all Magento products into Checkout Champ. Once the steps are enabled your Magento store can redirect to CheckoutChamp to complete the checkout process.
- 1 Step 1 - Install the app on your Magento store
- 2 Step 2 - Configure Magento Security
- 3 Step 3 - Setup the CheckoutChamp Plugin
- 4 Step 4 - Synchronize Products
- 5 Step 5 - Configure Magento Redirect
- 6 Troubleshooting Product Sync Errors
- 7 Disable the redirect on your Magento store
- 8 Disable the app on your Magento store
- 9 Uninstall the app on your Magento store
Step 1 - Install the app on your Magento store
1. Download the app here
2. Unzip the file into the app > code folder on your Magento store
3. Open a command prompt. Navigate to the project root directory in the app > store folder.
4. Run php bin/magento setup:upgrade
5. Run php bin/magento setup:di:compile
6. Run php bin/magento setup:static:static-content:deploy -f
7. Run php bin/magento cache:flush
Step 2 - Configure Magento Security
Login to Magento
Go to Stores > Configuration > Services > Magento Web API > Web API Security
Set Allow Anonymous Guest Access to Yes
Save
Step 3 - Setup the CheckoutChamp Plugin
Login to the CheckoutChamp page builder. Navigate to your funnel and drag the Magento page type to the funnel canvas if you have not done so already.
Click on the Magento page
Click the settings gear icon to open the plugin settings.
storeURL = your Magento store url (minus the https://)
userName = your Magento store user name
password = your Magento store password
campaignId = optional. Use this to assign your Magento products to a specific campaign. If blank, a new campaign is created when the products are pulled from Magento . If grayed out, then all products will load into the funnel/campaign that the plugin was added to.
gatewayId= optional. The gatewayId to assign to the CRM campaign products created from the Magento products. Entering a value here will save the effort of manually editing the campaign products to assign a merchant account. gatewayId can be found on the MID List on the CRM side of your account under Merchants → Gateway List.
Press Create Plugin to save.
Step 4 - Synchronize Products
This process will pull your Magento products into your Checkout Champ account.
Login to CheckoutChamp and navigate to the Magento funnel
Click on the Magento page
Click the Settings gear icon to open the plugin details
Press the blue Sync Products button
The product sync will take a few minutes (or longer depending on the number of products in your Magento store). When the sync is finished, go to the funnel Settings and open Offers or Upsells to view/edit the imported products.
Variant detail information will be synced from Magento. For more information about Product Variations please view this article .
Step 5 - Configure Magento Redirect
Login to Magento
Go to Stores > Configuration > CheckoutChamp
Enable the redirect
Set Checkout URL to the full URL of the CheckoutChamp checkout page
Save
Troubleshooting Product Sync Errors
Disable the redirect on your Magento store
Login to Magento
Go to Stores > Configuration > CheckoutChamp
Set Enable = No
Save
Disable the app on your Magento store
Go to the project root directory in the app > code folder
Run php bin/magento module:disable CheckoutChamp_Meta
Uninstall the app on your Magento store
On your Magento store go to Admin > Stores > Attributes > Products
Click on Additional Data Id
Click on Delete Attribute
Remove the module CheckoutChamp_Meta from app/etc/config.php
Remove the module CheckoutChamp_Meta from table setup_module
remove the folder app/code/CheckoutChamp