InSales
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.
InSales integration
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.
How to integrate PostAffiliatePro with InSales
Order tracking
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!
Per product tracking
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.
What is InSales?
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.
Key Features of the InSales Platform
- User-Friendly Interface: InSales offers an intuitive interface that simplifies the process of setting up and managing an online store, reducing the learning curve for new users.
- Robust Customization Options: Businesses can tailor their storefronts to reflect their brand identity through a variety of customizable templates and design tools.
- Comprehensive Product Management: The platform provides efficient tools for inventory management, product categorization, and pricing strategies.
- Integrated Marketing Tools: InSales includes built-in marketing features such as email campaigns, discount codes, and promotional banners to boost sales and customer engagement.
- SEO-Friendly Structure: The platform is designed to enhance search engine visibility, helping businesses attract more organic traffic.
- Mobile Responsiveness: Websites built on InSales are optimized for mobile devices, ensuring a seamless shopping experience for customers on the go.
- Security Features: InSales prioritizes the security of online transactions and customer data through robust security protocols.
- Continuous Customer Support: Users have access to ongoing support to assist with technical issues and platform navigation.
Alternatives to InSales
Businesses exploring e-commerce platforms similar to InSales may consider the following alternatives:
- Shopify: A widely used platform known for its extensive app store and scalability for businesses of all sizes.
- Square: Offers an integrated solution combining online sales with point-of-sale systems for physical stores.
- Ecwid by Lightspeed: Provides a flexible platform that can integrate with existing websites and social media channels.
- BigCommerce: Suitable for fast-growing businesses requiring advanced features and customization.
- WooCommerce: A customizable, open-source e-commerce plugin for WordPress users.
- Wix: A website builder with e-commerce capabilities, ideal for small businesses needing a simple setup.
Frequently asked questions
- What is InSales?
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.
- How do I integrate Post Affiliate Pro with InSales?
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.
- What tracking features does the integration offer?
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.
- Who is InSales suitable for?
InSales is ideal for small to medium-sized businesses seeking a professional, user-friendly e-commerce platform that doesn't require advanced technical expertise.
- What are alternatives to InSales?
Alternatives include Shopify, Square, Ecwid by Lightspeed, BigCommerce, WooCommerce, and Wix.
Get Started with InSales Integration
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!