Info |
---|
The WooCommerce plugin supports both simple and variable products. It does not support grouped or external/affiliate products. |
...
The Woocommerce WooCommerce plugin provides the ability to pull all Woocommerce WooCommerce products into Checkout Champ.
The Woocommerce WooCommerce plugin will not pull product variation information into the CRM though it can easily be created in the Product Variant Section in the CRM. Please click this link to be taken to Product Variations article for more information.
...
Child pages (Children Display) |
---|
...
Step 1 - Login to your
...
WordPress Admin site and follow these instructions
When logged into the Admin site, click on “
...
WooCommerce ” then click “Settings” then click the “Advanced” tab to expose the “REST API” option. Click “REST API” to create your
...
WooCommerce API Keys.
...
2. Click “Add Key” to create your Woocommerce WooCommerce API Key.
...
3. In the “Key Details” Screen make sure to enter a Description, choose a user, and ensure you select “Read/Write” for the permissions selection. Then click “Generate API Key” to finish the API key creation process.
...
4. Woocommerce WooCommerce will display the API keys upon successful API Key creation. Please save these as they are required for the plugin setup in the CRM..
These API Keys become inaccessible as soon as you leave this page.
...
Next, click on the WooCommerce page and then click the settings gear icon to open the plugin settings.
...
storeURL = your Woocommerce WooCommerce store url (minus the https://)
ConsumerKey= your Woocommerce WooCommerce Consumer Key (required)
ConsumerSecret= your Woocommerce WooCommerce Consumer Secret (required)
campaignId = optional. Use this to assign your Woocommerce WooCommerce products to a specific campaign. If blank, a new campaign will be created when the products are pulled from WoocommerceWooCommerce . 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 Woocommerce WooCommerce products. Entering a value here will save the effort of manually editing the campaign products to assign a merchant account. GatewayId gatewayId can be found on the MID List on the CRM side of your account under Merchants → MID List.
...
This process will pull your Woocommerce WooCommerce products into your Checkout Champ account.
...
When the sync is finished, open the Funnel’s settings and open Offers or Upsells section to view/edit the imported products.
Variants
Variant detail information (variable products) will not be synced from Woocommerce but you can easily add variants to any product synced from Woocommerce. To do so, navigate to the CRM side of your account and then go to CRM → Products to edit the product and add variant options.
...
Specify a Variant Name for example, you can use Size. Then for the variant options you will specify your Size options (Small, Medium, Large).
Fill out all the relevant variant information for your products, then hit the green “Create” button to create all the variant options. For more information about Product Variations please view this article .
WooCommerce. Variants must be entered using global attributes. Variants cannot be entered using custom product attributes. Custom product attributes do not have the proper id numbers to sync the two platforms.
Step 1: Go to Products > Attributes to add global attributes.
...
Step 2: Edit a variable product. Go to Attributes. Add or edit a global attribute. Do not choose “Custom product attribute”. Select all the attributes. Check “Used for variations”.
...
Step 3: Edit a variable product. Go to Variations. Choose “Create variations from all attributes”. This will create variants with proper id numbers required by Checkout Champ.
...
Step 4 - Troubleshooting Product Sync Errors
It has been discovered that most Wordpress WordPress servers are configured differently which could cause issue when syncing products. The most common error one might face when using this plugin is "sorry you cannot list resource". To troubleshoot this issue please follow the steps below.
Confirm API credentials are correct.
Confirm pretty permalinks are enabled in your WP settings. If not please follow this guide to ensure you’re permalinks are configured correctly.
If updating your credentials and/or updating your store’s permalinks did not resolve this issue then it is safe to say that this issue might be caused by the way your Wordpress WordPress server is configured more specifically your server is not passing authorization headers to WordpressWordPress .
Make sure your server is passing the authorization headers to
...
WordPress .
Test by passing in key and secret via url rather than headers to confirm the issue
eg:
https://your-store-url.com/wp-json/wc/v3/products?consumer_key=XXXX&consumer_secret=XXXX
If pasting this URL into your browsers yields a proper result then it confirms that there is an issue with your wordpress WordPress server configuration.
Before Adjusting your Server Configuration please ensure you take proper back-ups of your server configuration so you can easily roll back changes if they are no longer needed.
Apache Server
If your Wordpress WordPress site is running on an Apache web server follow these steps to resolve this issue
For eg if you have .htaccess add these lines, if you do not have an .htaccess file create one like so.
...
Before Adjusting your Server Configuration please ensure you take proper back-ups of your server configuration so you can easily roll back changes if they are no longer needed.
Nginx Server
If your Wordpress WordPress site is running on an Nginx web server you will not have an .htaccess file and will not be able to edit it like mentioned above. Please follow the below steps to resolve this issue.
...