Docs En

Instructions for installing Convead on BigCommerce

2025-07-25 08:50 Integrations

Install the Convead app in your BigCommerce store.

Go to the control panel of your store and find Convead in the list of applications.
Click “Install” to connect your store to your Convead account.
BigCommerce will ask you to confirm the installation of the application and its rights. Click the “Install application” button. If the installation is successful, you will see a message that the installation is complete.

Install the tracking code on your website.

Go to “Storefront” > “Footer Scripts”. Paste this code and save your changes:
<div class="ql-code-block" data-language="plain">&lt;em&gt;&lt;script type=»text/javascript»&gt;  // cart  window.cnv_cart_total = {{ cart.grand_total.value }};  window.cnv_cart_items = [];  {{#eachIndex cart.items}}  window.cnv_cart_items.push({product_id: {{ item.product_id }}, qnt: {{ item.quantity }}, product_name: «{{ item.name }}», price: {{ item.price.value }} });  {{/eachIndex}}&lt;/em&gt;  &lt;em&gt;// view product  window.cnv_view_product = {{#if product}}{    product_id: «{{ product.id }}»,    product_name: «{{ product.title }}»,    price: «{{ product.price.without_tax.value }}»  }{{else}}null{{/if}};&lt;/em&gt;   &lt;em&gt;ConveadSettings = {visitor_info: {}, app_key: «8f427b003be874bd4f83cd7d798f9665»};&lt;em&gt;// visitor info  {{#if customer}}  ConveadSettings.visitor_uid = «{{ customer.id }}»;  {{#if customer.name}}  var aName = «{{ customer.name }}».match(/([^ ]*) (.*)/);  if (aName &amp;&amp; aName[1]) ConveadSettings.visitor_info.first_name = aName[1];  if (aName &amp;&amp; aName[2]) ConveadSettings.visitor_info.last_name = aName[2];  {{/if}}  {{#if customer.email}}ConveadSettings.visitor_info.email = «{{ customer.email }}»;{{/if}}  {{#if customer.phone}}ConveadSettings.visitor_info.phone = «{{ customer.phone }}»;{{/if}}  {{/if}}&lt;em&gt;window.cnv_init = function() {(function(d){var ts = (+new Date()/86400000|0)*86400;var s = d.createElement(‘script’);s.type = ‘text/javascript’;s.async = true;s.charset = ‘utf-8’;s.src = ‘&lt;a href="https://tracker.convead.io/widgets/%E2%80%99+ts+%E2%80%99/widget-8f427b003be874bd4f83cd7d798f9665.js%E2%80%99;var"&gt;https://tracker.convead.io/widgets/’+ts+’/widget-8f427b003be874bd4f83cd7d798f9665.js’;var&lt;/a&gt; x = d.getElementsByTagName(‘script’)[0];x.parentNode.insertBefore(s, x);})(document);};&lt;em&gt;(function(w,d,c){w[c]=w[c]||function(){(w[c].q=w[c].q||[]).push(arguments)};   var s = d.createElement(‘script’);s.type = ‘text/javascript’;s.async = true;s.charset = ‘utf-8’;s.src = ‘&lt;a href="https://tracker.convead.io/integration/bigcommerce/static.js%E2%80%99;var"&gt;https://tracker.convead.io/integration/bigcommerce/static.js’;var&lt;/a&gt; x = d.getElementsByTagName(‘script’)[0];x.parentNode.insertBefore(s, x);})(window,document,’convead’);&lt;/script&gt;&lt;/em&gt; &lt;/em&gt;&lt;/em&gt;&lt;/em&gt;</div>
It should look like this:

Make sure the plugin is installed correctly.

Make a trial purchase. The order should appear in the admin panel of your store. The order will appear on the Convead funnel within 30 minutes after you leave the website.