ACTIVITY
Wallet Report User Report System Logs System Orders
AFFILIATE
How to Enter Payment Details for Affiliates
DASHBOARD
Dashboard Overview Reset Admin Password
GENERAL
A Step-by-Step Guide to Leaving a Review on Codecanyon How to find my Purchase Code and my buyer name? Google Re-Captcha Integration Guide Create Backup & Restore Licenses Move your site to a new domain or a new hosting: A Quick Guide Customizing Mail Templates: Logo & Footer Which plugin to use for implement script in WordPress page/post? Configuring Important Hosting Settings Recommend Hosting How To Set SMTP? How to reset my license key?
HOSTING
Configuring Important Hosting Settings Recommend Hosting
INSTALLATION
How to upgrade from a regular license to an extended license How to find your purchase code? Move your site to a new domain or a new hosting: A Quick Guide How to reset my license key? Installation Nginx Hosting
INTEGRATIONS
How To Add Shopify Campaign? Actions Integration Example PostBack Integration Order Commission Example How To Integrate General Click Tracking How To Create WooCommerce Integration? How to add recurring integration? How to create sale integration? Which Integrations are supported? How To Create Action Integration? How Order/Service Integration Works?
LOCAL STORE
Adding Bulk Products to Your Store Using XML or Excel Fast start – Store module Store categories Cart mode – Add product How to share local store affiliate links? Sales mode – Add product Local Store Commission Display products on the new products section How to upload multiple images for a product? General Information – Store Set google analytics, google map, google recaptcha and contact us address Forms Edit About Us / Contact Us / Policy Pages Set Theme Pages And Menu Set Theme Sections Add order comments option to checkout Set shipping method Local store setting
MARKETING
General Information – Marketing Add New Program Add New Click Campaign Add New Action Campaign Add New Sale Campaign Ratio feature
MEMBERSHIP
How Membership module is working? How to approve/update an order status? Set Payment Methods How to create a plan How to create a trail package? How to set a group to the membership module? disable/enable membership module
MLM
Configuring MLM Commissions for External Stores MLM Commissions in Store Module Membership Commission Setup in MLM Setting Up Registration Commissions in MLM How to Configure MLM Levels and Values MLM Commission Logic: Example and Explanation with Additional Features Finding and Using Your Affiliate Invitation Link Configuring MLM Sponsor Display Enabling and Disabling MLM
Multiple Pages Theme
How to edit terms page? Edit Instructions for the setting page? How to add/edit pages to the theme? How to edit faq page? How to edit home recommendation content? How to edit home page video section? How to edit home section content? How to edit home page content? How to edit home page top slider?
PAYMENTS
Payments API System Payments transactions Payment Gateways
SAAS
How to reverse your user deposit amount back? How to set a minimum deposit to a vendor? Vendor order integration flow example Which Options Are Available In The SaaS Module? HOW VENDOR PROCESS IS WORKING ON THE SYSTEM? How to start with my vendor account? How SaaS module is working? Setting a Commission as a Vendor to Affiliates Setting a Commission to Admin on Vendor Product/Banner Set Affiliate Account as a Vendor Account Enable and Set SaaS for Tool Marketing Module
SUPPORT
How to get a support? What is script support terms include?
USEFUL LINKS
How to Add Google Ads to the User Panel Theme Design User Dashboard Cron Job Google Re-Captcha Integration Guide Tracking Cookies Terms and Condition Setting Overview Email Setting Site Setting Themes Award Level Module: A Comprehensive Guide Add Ons How to Integrate the Registration Process with Your Site Currency Language
USERS
How to Add a Sub-Admin in the Admin Panel Replace Admin username Auto-Approve User Registration Newsletter Adding manual commission Admin Profile Change Admin Default Password Reset Admin Password
WALLET
How to Add a New Payment Method to the Payouts Module Auto-Withdrawal Process Manual Withdrawal Process
Back

How Order/Service Integration Works?

By admin

General Explanation

The order integration flow is designed to be universal and can be applied to any website or online store, regardless of the CMS or e-commerce platform you are using. The key is that the order confirmation process on your site must align with the steps outlined in our integration flow.

In other words, as long as your website has an order confirmation page that displays the required key values (Order ID, Order Total, Currency, and Product IDs), and you’re able to insert our tracking code into this page, the integration can be successfully completed. The process is manual, meaning you or your developer will need to physically insert the code and ensure the key values are displayed correctly.

This makes the integration highly versatile and adaptable, fitting a wide range of websites and e-commerce platforms.

 

Order Integration Flow Guide

  1. Access Server-Side Files: Make sure you have access to the server-side files of your website, as you’ll need to modify them.
  2. Create Integration Campaign: Log into the affiliate system and create a new order integration campaign. This will generate a tracking code.
  3. Identify Key Values: Your website’s order confirmation page needs to display certain key values, including:
    • Order ID
    • Order Total
    • Currency
    • Product IDs
  4. Insert Tracking Code: Paste the tracking code from the affiliate system into the HTML of your site’s order confirmation page. Make sure this page includes the key values mentioned above.
  5. Optional Confirmation Page Development: If your site does not already have an order confirmation page, you will need to create one that includes the key values and the tracking code.
  6. Understand Commission: Commissions are calculated based on the total value of each order, not on individual products within the order.
  7. Test and Verify: Once everything is set up, test the process to ensure tracking and commission calculation work as expected.

This is the basic framework for integrating order tracking via the affiliate system into your own website.

 

You can try it for free before you buy. Step by Step? Read here

 

Example code of order integration:

 

 

Commission Logic Example

On Your Site:

  • Product-1 = $100
  • Product-2 = $200

On the Affiliate Admin Side:

  • The program offers a 10% commission on total sales.

Order Process:

  1. The end client adds both Product-1 and Product-2 to their cart.
  2. The total for cart checkout is $100 (Product-1) + $200 (Product-2) = $300.
  3. The commission is calculated as 10% of $300, which equals $30.

Affiliate Wallet:

  • As a result, the affiliate earns a $30 commission, which is credited to their wallet.

This example demonstrates how the commission is calculated on the total cart value, rather than on individual products. The affiliate earns a percentage of the total sale, making the commission model straightforward and easy to understand.