...
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
...
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.
...
Next, click Click on the Magento page and then click
Click the settings gear icon to open the plugin settings.
...
gatewayId= optional. The gatewayId to assign to the CRM campaign products that will be 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.
From the Funnel Visualizer, open the Magento plugin, verify the information entered, and press the blue “Sync Products” button located at the very bottom of the plugin.Login to the CheckoutChamp page builder and navigate to the Magento funnel
Click on the Magento page
Click the Settings gear icon to open the plugin settings
Press the blue Sync Products button
...
When the sync is finished, go to the funnel Settings and open Offers or Upsells section 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
...
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
...