Step 1 - Enable checkout page funnels


In order for Honeycomb to work inside your checkout page, you must have the checkout.liquid template file available in your theme.


To check if this feature is available, go to Online Store > Themes > Actions > Edit Code.


You should see a checkout.liquid file under layouts on the left side.


Found it?

skip to step 2.


Not there?

click Add a Layout > click the dropdown > there should be an option for checkout.


Don't see it?

Please reach out to your Shopify Plus Merchant Success Manager and have them activate it for you.


Step 2 - Add the honeycomb checkout script snippet to your checkout.liquid file


Copy the following line:

<script type="text/javascript" async src="https://upsell.conversionbear.com/script/checkout?shop=[YOUR_STORE]"></script>


Replace [YOUR_STORE] with your Shopify URL - for example: the-dot-superstore.myshopify.com


Both combined:

<script type="text/javascript" async  src="https://upsell.conversionbear.com/script/checkout?shop=the-dot-superstore.myshopify.com"></script>


PLEASE MAKE SURE TO REMOVE THE HTTPS:// from your Shopify URL ^


We recommend adding the snippet above the close body tag “</body>” for standard checkout.liquid theme files:




You're all done!

Go ahead and test things out.



Optional - custom placement



In case you’d like to show the widget in a custom placement add the following code snippet inside your checkout.liquid file:


<div id="honeycomb"></div>


This snippet is a marker to render the app anywhere inside the file.