I want to add an affiliate tracker code to my Joomla based website using VirtueMart. They told me to add the code on the thank you page but I couldn't figure it out. The VirtueMart version is 2.0.12 and the code is
<script src="http://network.clickbanner.gr/i_sale_third/10566/SALE_AMOUNT/TRANSACTION_ID
/OPTIONAL_INFORMATION&sale_status=P"></script>
<noscript><img src="http://network.clickbanner.gr/i_track_sale/10566/SALE_AMOUNT/TRANSACTION_ID
/OPTIONAL_INFORMATION&sale_status=P"></noscript>
Ι have to replace SALE_AMOUNT
with the order's price excluding tax and the transaction_id
with the order id. Any ideas how to achieve this?