Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document reviews how to route a sales funnel to

...

CheckoutChamp for checkout.

Table of Contents
minLevel2
maxLevel7

...

Acquire your Checkout Page URL

Redirect a button or link on your shopping site to the full URL of your Checkout Champ CheckoutChamp checkout page.

This can be found by opening the checkout page’s settings within the Funnel Visualizer.

...

https://checkout.mysite.com/checkout

...

Products

If there are products to pass, such as from a filled shopping cart, include the “products” parameter. The syntax is

...

campaignProductId and variantDetailId are the Checkout Champ unique ids IDs for your products within your CheckoutChamp campaign. Reminder that this is NOT your product id. If you have questions about this, please reach out to your account manager for clarity.

Quantity is required. Separate multiple products by with a semi-colon.

Examples:

https://checkout.mysite.com/checkout?products=234:1

...

https://checkout.mysite.com/checkout?products=87.45:1

Expand
titleHow to locate your campaignProductId and variantId

The campaignProductId is found within your offers/upsells list within your campaign.

Image Added

The variantId is found within the base product that the offer/upsell was built with. You can determine the base productId by editing the offer/upsell configuration, then use the Product Search page to edit the base product and view the list of variants, with their associated Ids.

Image Added

Note: If you’re using Woocommerce see this guide here.

...

Coupons

To route to Checkout Champ CheckoutChamp with automatic coupon application, include the couponCode parameter. Coupons can be passed with or without products. Coupons must first be entered on the funnel campaign to be recognized. It is not required to pass couponCode to a checkout page. couponCode can also be passed to any page prior to checkout, and will be maintained until the cardholder completes checkout.

...

https://checkout.mysite.com/checkout?couponCode=10OFF

Note: If you’re using Woocommerce see this guide here.

...

Form Fields

Prefill the the standard form fields on your FunnelKonnekt CheckoutChamp forms by including the value(s) on the query string.

...