PayU is the main online payments processor in Romania and it offers a secure, fast and simple way to accept online payments for any type of products and services for online shops.
With the integration method you can track product IDs (per product integration), total cost, order ID, currency and coupons.
Insert the sale tracking code
The only step is to place the sale tracking code to Marketing > After Sale Messages > After Sale Messages.
There is a section Text where you are supposed to place the sale tracking code. If you already have some code/message there, just add the sale tracking code to the end of the section:
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
var sale = PostAffTracker.createSale();
sale.setTotalCost(myOrder.totalPrice - myOrder.tax - myOrder.shipping);
sale.setOrderID(myOrder.refNo);
sale.setCurrency(myOrder.currency);
PostAffTracker.register();
</script>
Save your work and you are done.
Per product tracking
If you want to track per product commissions, please use the following code instead the one from the first step.
<script id="pap_x2s6df8d" src="https://URL_TO_PostAffiliatePro/scripts/trackjs.js" type="text/javascript"></script>
<script type="text/javascript">
for (i=0; i< myOrder.productsInOrder.length; i++){
var sale = PostAffTracker.createSale();
sale.setTotalCost(myOrder.productsInOrder[i].quantity * myOrder.productsInOrder[i].price);
sale.setOrderID(myOrder.refNo + '(' + (i + 1) + ')');
sale.setProductID(myOrder.productsInOrder[i].id);
sale.setCurrency(myOrder.currency);
PostAffTracker.register();
}
</script>
In case you want to track also coupon codes, add this line to your sale tracking code (e.g. under the line with setCurrency):
sale.setCoupon(myOrder.productsInOrder[i].coupon);
Do not forget to integrate your site with the click tracking code to make it working.
Notice: Make sure your Post Affiliate Pro is installed on a server with an SSL support (https). PayU requires all scripts to be called in a secure way, so your Post Affiliate Pro has to be behind an SSL.
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.