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

Version 1 Next »

To sync your WooCommerce products, please follow this article.

Please follow this link if using WooCommerce with Direct API

Please follow this link if using WooCommerce with Konnektive’s Form-code

This article should only be used if using FunnelKonnekt for your checkout page.

To make a WooCommerce catalog page work with a FunnelKonnekt shopping cart, you will add links for your FunnelKonnekt checkout page to the buttons on your WooCommerce catalog.

The links will have the productId parameter in the query string equal to the desired campaign productId (productId found inside the campaign).

Examples:

a link

<a href="https://yourwebsite.com/checkout/?productId=12">Add to Cart</a>

a button img

<img onclick="window.location='https://yourwebsite.com/checkout/?productId=12'" src="https://www.elshop.org/wp-content/plugins/Konnektive/resources/images/add-to-cart.png">

The link will take you to the checkout page with that product added to the shopping cart with quantity 1.


This method is intended to be used with a separate checkout page than your WooCommerce checkout page.

Please view this guide for more details on building the redirect urls.

FunnelKonnekt will automatically parse the products and cache them into the product array.

  • No labels