To integrate Tapfiliate with Shopping Cart Elite, you can follow the steps below or our Shopping Cart Elite integration guide here.
1. Within the administrative area, navigate to Website Settings > External Plugins > Add
Setting | Value |
Name | Tapfiliate landing |
Version | All |
Type | Javascript |
Position | Body End |
Location | All pages |
2. In the script box, input the provided code snippet and click 'OK'
<script src="https://script.tapfiliate.com/tapfiliate.js" type="text/javascript" async></script>
<script type="text/javascript">
(function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){
(t[a].q=t[a].q||[]).push(arguments)}})(window,'tap');
tap('create', 'YOUR ACCOUNT ID', { integration: "shopping-cart-elite" });
tap('detect');
</script>
Please ensure that you replace 'YOUR ACCOUNT ID' with your real account ID.
3. Add another custom plugin by selecting the "add" button once more:
Setting | Value |
Name | Tapfiliate conversion |
Version | All |
Type | Javascript |
Position | Body End |
Location | Specific page > Order Confirmation |
4. In the script box, input the following code and click 'OK'
<script src="https://script.tapfiliate.com/tapfiliate.js" type="text/javascript" async></script>
<script type="text/javascript">
(function(t,a,p){t.TapfiliateObject=a;t[a]=t[a]||function(){
(t[a].q=t[a].q||[]).push(arguments)}})(window,'tap');
tap('create', 'YOUR ACCOUNT ID', { integration: "shopping-cart-elite" });
tap('conversion', '~orderID~', '~subtotal~');
</script>
Make sure to replace 'YOUR ACCOUNT ID' with your actual account id.
Kindly remember to conduct a conversion test before initiating your program. This step allows you to confirm that tracking has been accurately established. You can generate a test conversion by following the steps described here.