Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

WooCommerce.mp4

The Magento plugin provides the ability to pull all Magento products into Checkout Champ.

Once the plugin is configured and products are synced in, please view the article below:


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 - Setup the Plugin

Navigate to your funnel and drag the Magento page type to the funnel canvas if you have not done so already.

Next, click on the Magento page and then click the settings gear icon to open the plugin settings.

storeURL = your Magento store url (minus the https://)

ConsumerKey= your Magento Consumer Key (required)

ConsumerSecret= your Magento Consumer Secret (required)

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 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.

When the fields are all filled in, click Create Plugin.

Step 3 - 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.

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 .

Troubleshooting Product Sync Errors

Uninstall the app on your Magento store

  1. Go to the project root directory in app > code folder

  2. Run php bin/magento module:disable CheckoutChamp_Meta

  • No labels