JReviews (Joomla! Extension and WordPress plugin) integration
The most advanced directories, ratings and reviews solution for Joomla and WordPress sites.
JReviews is a powerful application for building media rich reviews sites, business directories, services directories, product catalogs, classifieds and any other application you can imagine. It runs on top of Joomla! and WordPress enabling you to build powerful and feature rich sites.
The integration is done thanks to built-in tracking ability. You can track total cost, order ID and product ID.
Inserting the sale tracking code
You should be able to find a section for PaidListings Addon – enter it’s Configuration > Tracking. Use the ‘Order Complete‘ section for the sale tracking code:
<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('{order_amount}');
sale.setOrderID('{order_id}');
sale.setProductID('{plan_name}');
PostAffTracker.register();
</script>
Save the changes and you are done. It will track every completed listing.
Do not forget to integrate your site with the click tracking code.