InSales
Easily integrate InSales with Post Affiliate Pro to create and manage your online store. Enable seamless order and per-product tracking, benefit from lifetime c...
Integrate ShopSite with Post Affiliate Pro by placing tracking scripts on the order confirmation page. Supports per order and per product tracking, essential for affiliate commission management. Easily track clicks and sales to boost your affiliate program.
An easy-to-use, award-winning shopping cart for small and medium-sized businesses.
Integration with ShopSite is made by placing sale tracking script into the order confirmation page.
Log in to your ShopSite Admin Center and click on Commerce > Order System > Thank You and insert the integration code to Text at the bottom of the Thank You screen: section.
If you wish to create 1 commission per each order so you don’t want to have different commission values for different products use this 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(ss_subtotal);
sale.setOrderID(ss_ordernum);
sale.setProductID(ss_sku.join(', '));
if (typeof ss_coupon_name !== 'undefined') {
sale.setCoupon(ss_coupon_name);
}
sale.setData1(ss_email);
PostAffTracker.register();
</script>
If you wish to define different commissions for different products then use this 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 = [];
var discountPercentage = 1;
if (typeof ss_coupon_discount !== 'undefined') {
var discountValue = Math.abs(Number(ss_coupon_discount));
discountPercentage = 1 - (discountValue / (Number(ss_subtotal) + discountValue));
}
for (i = 0; i < ss_sku.length; i++) {
sale[i] = PostAffTracker.createSale();
sale[i].setTotalCost(ss_price[i] * ss_quantity[i] * discountPercentage);
sale[i].setOrderID(ss_ordernum + '(' + i + ')');
sale[i].setProductID(ss_sku[i]);
sale[i].setData1(ss_email);
if (typeof ss_coupon_name !== 'undefined') {
sale[i].setCoupon(ss_coupon_name);
}
if (i != ss_sku.length) {
sale[i].doNotDeleteCookies();
}
}
PostAffTracker.register();
</script>
To be able to track sales also the clicks must be tracked to create a relation between customers and affiliates. You can get the click tracking code from your merchant panel from Tools > Integration > Clicks tracking .
You should add the code to Preferences > Layout Settings > Footer section of ShopSite .
Alternatively if you are not using the Footer in your template you can add the code to Preferences > Layout Settings > Text A or Text B .
This is all that is required. Now whenever there’s sale, ShopSite will call our sale tracking script, and system will generate commission for the affiliate.
ShopSite is an e-commerce software solution tailored for small to medium-sized businesses (SMBs) looking to establish and manage online stores without the need for HTML coding knowledge. This user-friendly platform empowers businesses to create a robust online presence quickly and efficiently.
With three main variants—Starter, Manager, and Pro—ShopSite caters to a range of business needs, from beginners to more established enterprises. The software offers a suite of features including secure order processing, product management, SEO tools, and seamless integrations with various payment systems.
ShopSite was developed by ShopSite, Inc., a company that originated in 1996 under the name iCentral, Inc. Over the years, it transformed into a leading provider of e-commerce solutions dedicated to making online commerce accessible and affordable for SMBs. In 2001, the company became an independent corporation, solidifying its commitment to innovation in the e-commerce space. ShopSite has since earned several awards and forged partnerships with key industry players, reflecting its status as a trusted solution in the online retail market.
Designed specifically for small to medium-sized businesses in the retail industry, ShopSite focuses on companies aiming to establish a competitive online presence without the complexities of traditional web development. Its intuitive shopping cart software is ideal for businesses with fewer than 50 employees, emphasizing support for startups and small enterprises. By providing scalable solutions, ShopSite enables these businesses to grow and adapt their online stores as their needs evolve.
ShopSite offers a comprehensive set of features that facilitate the creation and management of online stores:
Understanding that businesses have varying needs and budgets, ShopSite offers flexible pricing through its partners, featuring tiered plans:
Pros:
Cons:
Overall, users value ShopSite’s simplicity and scalability, which allow them to start small and expand their online operations seamlessly. The platform’s focus on providing an accessible entry point into e-commerce is a significant advantage for businesses new to online retail.
For those interested in visual demonstrations and in-depth analyses, several YouTube reviews offer valuable insights into ShopSite’s capabilities:
These reviews can help potential users understand how ShopSite functions and how it compares to other e-commerce solutions on the market.
While ShopSite offers a robust solution for many SMBs, businesses may also consider the following alternatives:
Shift4Shop: Explore how it stacks up against ShopSite here.
Adobe Commerce (Magento): A powerful platform for businesses seeking extensive customization.
Learn more here
Square Online: Ideal for businesses looking for an integrated point-of-sale and online store solution.
Details available here
Salesforce Commerce Cloud: Suited for larger enterprises needing advanced features and scalability. Find out more here.
ShopSite is an easy-to-use, award-winning e-commerce software solution designed for small to medium-sized businesses to create and manage online stores without requiring any HTML coding knowledge.
Integration is done by placing the sale tracking script into the order confirmation page and the click tracking code into the footer (or another layout section) of your ShopSite store. Detailed step-by-step instructions are provided to ensure seamless tracking.
ShopSite offers tiered plans: Starter ($9–$39/month), Manager ($495 one-time or $35–$75/month), and Pro ($1,295 one-time or $70–$125/month), catering to different business needs.
ShopSite provides user-friendly store-building tools, catalog management, secure order processing, SEO tools, customer service features, integrated analytics, and developer APIs for customization.
Alternatives include Shift4Shop, Adobe Commerce (Magento), Square Online, and Salesforce Commerce Cloud, each offering unique features for online businesses.
No, hosting is not included with ShopSite; you need to secure web hosting separately.
Lucia is a talented content editor who ensures the seamless publication of content across multiple platforms.
Integrate ShopSite with Post Affiliate Pro for seamless sale and click tracking. Start maximizing your affiliate commissions and grow your e-commerce business.
Easily integrate InSales with Post Affiliate Pro to create and manage your online store. Enable seamless order and per-product tracking, benefit from lifetime c...
Learn how to integrate Post Affiliate Pro with 1ShoppingCart to enhance your eCommerce store's affiliate tracking, automate commissions, and streamline sales pr...
Would you like to improve your affiliate software even more? Check out the CS-Cart for Post Affiliate Pro.