
Integrate ShopSite with affiliate software
Would you like to improve your affiliate software even more? Check out the ShopSite integration for Post Affiliate Pro.
Integrate InSales with Post Affiliate Pro to independently set up an online store and track orders. Use JavaScript code for order and per product tracking. Ensure click tracking integration for affiliate links. Free trial available.
With the platform InSales you can create an online store completely independently and quickly, without any help of programmers or developers.
The integration is done directly in the admin panel using a special section designed for custom JavaScript codes for Thank You page.
You can track order ID, order total, you can use per product tracking, and Lifetime Commissions.
To track per order commission, use the code below. Place it to Settings > General in your admin panel – there is a special text area for ‘javascript-code‘.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
var sale = PostAffTracker.createSale();
sale.setTotalCost('{{order.total_price}}');
sale.setOrderID('{{order.number}}');
sale.setProductID('{% for item in order.items%}{{item.title}}{% if order.items.size> 1%}, {% endif%}{% endfor%}');
sale.setData1('{{order.client.email}}');
PostAffTracker.register ();
</script>
Save your work and you are done!
In case you want to track each item as a separate commission, use the following code instead.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">PostAffTracker.setAccountId('Account_ID');
{% for item in order.items %}
var sale{% forloop.counter %} = PostAffTracker.createSale();
sale{% forloop.counter %}.setTotalCost('{{item.total_price}}');
sale{% forloop.counter %}.setOrderID('{{order.number}}({% forloop.counter %})');
sale{% forloop.counter %}.setProductID('{{item.id}}');
sale{% forloop.counter %}.setData1('{{order.client.email}}');
PostAffTracker.register ();
{% endfor %}
</script>
Save your work and that’s it.
Do not forget to integrate your site with the click tracking code – it needs to be added into every page you want to use as a destination URL for your affiliate banners/links.
InSales is a versatile e-commerce platform designed to empower businesses of all sizes in creating and managing their online stores with ease. Tailored specifically for regional markets, InSales offers unique functionalities that cater to the distinct needs and preferences of these areas. By providing user-friendly tools and customizable features, it enables businesses to establish a strong online presence and enhance their sales potential.
Founded in 2008 by entrepreneurs Timofey Gorshkov and Andrey Stikheev, InSales has steadily grown to carve a niche within regional markets. Over the years, it has developed a reputation for catering to the specific demands of non-English-speaking regions. While it may not hold the same prominence in English-speaking markets as competitors like Shopify, InSales continues to expand its reach and influence by focusing on localized solutions and customer support.
InSales is ideally suited for small to medium-sized enterprises (SMEs) seeking to elevate their online sales through a professional and user-friendly platform. The platform’s features are designed to be accessible for businesses that may not have extensive technical expertise but still require robust e-commerce capabilities. With its sale-enhancing tools, customizable templates, SEO-friendly architecture, mobile responsiveness, and integrated marketing features, InSales appeals to businesses aiming to grow their customer base and streamline their online operations.
Businesses exploring e-commerce platforms similar to InSales may consider the following alternatives:
InSales is a versatile e-commerce platform designed to empower businesses to create and manage online stores easily. It offers user-friendly tools, customizable features, and is tailored for regional markets.
Integration is done in the InSales admin panel using a special section for custom JavaScript codes on the Thank You page. You can implement order or per-product tracking with provided JavaScript code snippets.
You can track order ID, order total, individual products, and customer emails. The integration also supports lifetime commissions for all future sales from referred customers.
InSales is ideal for small to medium-sized businesses seeking a professional, user-friendly e-commerce platform that doesn't require advanced technical expertise.
Alternatives include Shopify, Square, Ecwid by Lightspeed, BigCommerce, WooCommerce, and Wix.
Experience seamless affiliate tracking and management by integrating InSales with Post Affiliate Pro. Create your account for free and boost your e-commerce performance today!
Would you like to improve your affiliate software even more? Check out the ShopSite integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the LemonStand integration for Post Affiliate Pro.
Would you like to improve your affiliate software even more? Check out the BigCommerce integration for Post Affiliate Pro. Seamlessly track sales, manage commis...