Integrating with 3dcart

Out-of-the-box features:
  • Conversion tracking
  • Commission based on order amount
  • Track affiliate coupon code conversions
  • Supports lifetime commissions
  • Auto-handle recurring commissions
  • Auto-handle refunds and disputes
  1. Login to your Store Manager and go to Settings > Design > Header and Footer
  2. Paste the following code in the Global Footer box while WYSIWIG mode is turned off. Also make sure the enabled box is ticked.

    <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: "3dcart" });
        tap('detect');
    </script>
    

    {{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}

  3. Hit Save Changes

  4. Next, go to Settings > Design > Titles & Content. Look for Checkout 4 and click its Edit button

  5. In the Footer box, paste in the following code:

    <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: "3dcart" });
        tap('conversion', '[invoice-prefix][invoice-number]', [total_noformat]);
    </script>
    

    {{{{NO_ACCOUNT_ID_SET_MESSAGE}}}}

  6. Hit Save Changes and you are all done!

Important

Please remember to test a conversion before starting your program. This way you can verify that tracking has been set up correctly. You can create a test conversion by following the steps described here.

Start a 14-day free trial with all our features enabled