
CS-Cart
Would you like to improve your affiliate software even more? Check out the CS-Cart for Post Affiliate Pro.


Easily integrate Post Affiliate Pro with X-Cart for comprehensive order tracking, including per product and multi-currency options. Use our free plugin or follow simple steps to add tracking scripts for enhanced affiliate management. Start boosting your e-commerce performance today!
A complex, powerful shopping cart software that is available via a cloud-based hosted version or downloadable software.
Integration with X-Cart (ver. 5+) is easy with the original plugin that you can download for free from https://market.x-cart.com/addons/post-affiliate-pro-integration.html .
In case you do not want to use the integration plugin, you can integrate your store with sale tracking script placed into the order confirmation page. To do so you can follow the next integration steps.
Find and open file \var\run\skins\default\en\checkout\success\parts\invoice.tpl.php.
If you use a custom skin which has it’s own checkout\success\parts\invoice.tpl.php file then you have to integrate that one.
Put the following code to the end of the file:
<!-- [Post Affiliate Pro](/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") tracking snippet -->
<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('<?php echo $this->getOrder()->getPaidTotal() ?>');
sale.setOrderID('<?php echo $this->getOrder()->getOrderNumber() ?>');
PostAffTracker.register();
</script>
<!-- /[Post Affiliate](/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") Pro tracking snippet -->
If you want to track email use this variable:
$this->getComplex('order.profile.login')
If you want to track currency use this variable:
$this->getOrder()->getCurrency()->code
If you want to track your order per product, you have to use this code:
<!-- Post [Affiliate](/ "Post Affiliate Pro offers a comprehensive affiliate software platform to manage multiple affiliate programs with ease. Enjoy no setup fees, 24/7 customer support, and a free 1-month trial. Ideal for small and large businesses, it features precise tracking, automated workflows, and customizable tools to boost your affiliate marketing success. Try it now and streamline your affiliate operations effortlessly!") Pro tracking snippet -->
<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();
<?php
$i = 1;
foreach ($this->getOrder()->getItems() as $item) {
echo "var sale$i = PostAffTracker.createSale();
sale$i.setTotalCost(''".$item->getTotal()."'');
sale$i.setOrderID('".$this->getOrder()->getOrderNumber()."($i)');
sale$i.setProductID('".$item->getSku()."');
$i++;
}
?>
PostAffTracker.register();
</script>
<!-- /Post [Affiliate](/affiliate-marketing-glossary/affiliate/ "Discover the role of an affiliate in marketing—earn commissions by promoting products through banners, links, and campaigns. Learn how affiliates drive sales and explore effective marketing strategies. Join the world of affiliate marketing with Post Affiliate Pro for user-friendly tools and exceptional support.") Pro tracking snippet -->
Please note the per product integration does not include any discounts. The price of each product is a basic one, multiplied with product quantity ordered.
Do not forget to integrate your pages with the click tracking code.
X-Cart is a comprehensive e-commerce platform specifically designed for businesses in the automotive industry. It empowers companies to create and manage online stores with advanced features like configurable filtering options, Vehicle Identification Number (VIN) lookups, and efficient inventory management. These functionalities enhance sales processes and operational efficiency, making X-Cart a robust solution for auto parts e-commerce. The platform supports multiple integrations, custom tools, and scalable solutions for multi-channel selling through platforms such as Amazon and eBay. With mobile-first design themes, real-time smart search capabilities, and powerful administrative functionalities, X-Cart is well-suited for managing extensive product catalogs.
X-Cart caters to both B2C and B2B market segments, offering specialized services for omnichannel retail and B2B businesses. It assists in managing online channels, streamlining order processing, and supporting large-volume transactions. By promoting operational efficiency and enhancing customer experiences, X-Cart helps businesses thrive in a competitive e-commerce landscape.
Users appreciate X-Cart for its speed, comprehensive features, and reliability. It’s considered an excellent choice for scalable, secure, and user-friendly e-commerce operations, especially benefiting automotive businesses. The platform’s ability to handle extensive product catalogs and enhance customer experiences makes it a preferred solution among its users.
For businesses exploring other options, several alternatives offer unique features catering to various needs:
Boost your e-commerce performance with seamless X-Cart and Post Affiliate Pro integration. Enable accurate order tracking and efficient affiliate management today.

Would you like to improve your affiliate software even more? Check out the CS-Cart for Post Affiliate Pro.

Would you like to improve your affiliate software even more? Check out the Shop-Script 5 (Webasyst) integration for Post Affiliate Pro.

Learn how to integrate eCommerce Templates with Post Affiliate Pro to effortlessly track sales and manage affiliate marketing. Follow our step-by-step guide to ...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.