Virtue Mart 3 integration
A free e-commerce solution.
This integration method is for Virtue Mart version 3. If you have a lower version, please navigate to the integration method named “Virtue Mart 2”.
Integrate offline payments (cash)
Open file plugins/vmpayment/standard/standard.php and find function plgVmConfirmedOrder.
At the end of it, there is a line $cart->emptyCart – place the following code above it:
/* Post Affiliate Pro integration snippet */
$html .= '<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('".$order['details']['BT']->order_subtotal."');
sale.setOrderID('".$order['details']['BT']->order_number."');
sale.setData1('".$order['details']['BT']->email."');
PostAffTracker.register();
</script>";
/* Post Affiliate Pro integration snippet */
Save your work.
Integrate online payments
Open file administrator/components/com_virtuemart/plugins/vmpsplugin.php and find function processConfirmedOrderPaymentResponse.
Add the following code to it’s beginning:
/* Post Affiliate Pro integration snippet */
$html .= '<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('".$order['details']['BT']->order_subtotal."');
sale.setOrderID('".$order['details']['BT']->order_number."');
sale.setData1('".$order['details']['BT']->email."');
PostAffTracker.register();
</script>";
/* Post Affiliate Pro integration snippet */
That’s it, it’s integrated.
Do not forget to integrate the click tracking code, to make the sale tracking work correctly.

Discover seamless integration of OpenCart 3 with Post Affiliate Pro, enhancing your e-commerce capabilities. Track orders and commissions effectively with step-by-step customization guides for confirm and success actions. Elevate your affiliate marketing with user-friendly solutions and exceptional support. Start your free trial today!
Effortlessly integrate your e-commerce site with Post Affiliate Pro and boost your affiliate program's success. Our expert team ensures seamless integration with your payment processor, handling technical issues along the way. Enjoy a free trial and free integration service, saving you time and maximizing your ROI. Join now and experience top-notch affiliate management with over 500 integration options.
Discover seamless e-commerce integration with Virtue Mart and PayPal through Post Affiliate Pro. Simplify unique transactions, edit product types, and track sales effortlessly using our trusted platform. Perfect for online businesses using Joomla. Explore our detailed guide to enhance your store's capabilities today!