A Czech ecommerce solution.
This is integration method with Supercart (supercart.cz).
Edit thank you page file
The first step is to find file template/default/order_finish.php and add this code, e.g. to the end of the file:
<?php echo tpl('system/pap_tracking.php', array('order' => $order)); ?>
Save your changes.
Create the tracking file
As you can see, we’ve pointed the template file to a custom file in previous step. Now we have to create it.
Create a file pap_tracking.php in template/system/ directory and add this content to it:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
PostAffTracker.setAccountId('Account_ID');
<?php
// $order['total_price']
$i = 1;
foreach($order->order_products() as $product) {
echo "var sale$i = PostAffTracker.createSale();";
echo "sale$i.setTotalCost('".$product['price'] * $product['quantity']."');";
echo "sale$i.setOrderID('".$order['id'].'('.$i.")');";
echo "sale$i.setProductID('".($product['sku'] ? $product['sku'] : $product['id'])."');";
$i++;
}
?>
PostAffTracker.register();
</script>
Save the file. In case you created it locally, please do not forget to upload it to template/system/. That’s it, your shop has just been integrated.
Do not forget to integrate you click tracking code – you can insert it to file template/default/footer.php
Integration Methods - Abicart Textalk Webshop
The article discusses how to integrate Post Affiliate Pro into Textalk Webshop. It provides instructions on how to insert click tracking and sale tracking codes into the webshop. The click tracking code is placed in the site footer menu, while the sale tracking code is placed in the "Text/HTML after completed order" section. The article also mentions the limitations of this integration method, such as the inability to use coupons, per product tracking, and lifetime commissions. Additionally, the article briefly mentions other integrations available for Post Affiliate Pro, and provides contact information for customer support.
Integration Methods - Yahoo Stores
Post Affiliate Pro offers integrations with various e-commerce platforms, including Volusion, InSales, and eCommerce Templates. The company provides product pricing, features, alternatives, and support, including a knowledge base and member's area. Post Affiliate Pro also offers an affiliate program and has won awards for their services. The company's website uses cookies, and they offer personalized consultations for businesses interested in using their software.
Integration Methods - Dl Guard
The text promotes various integrations for affiliate software, including Expression Engine with Membrr and Wholesale2b. It also highlights the OptimizePress and pricing tables with PayPal links integration. The company, Quality Unit LLC, offers Post Affiliate Pro as a platform and provides support, knowledge base, and performance status updates. The text mentions building a Post Affiliate Pro dashboard and offers a one-on-one call to discuss its benefits. The website uses cookies for tracking and offers various contact options.
The given text includes information about a company offering a product called Post Affiliate Pro with various features, integrations, and alternatives. The company also provides support through a knowledge base, member's area, and change log. Further, it offers affiliate program and resellers list. The website contains a blog, templates, and an academy with a glossary. Terms of service, security policy, and privacy policy are also mentioned. The company invites customers to schedule a call to learn more about the product. The website uses cookies. Live chat and contact form are also available for support.