Oxid Eshop und PAP (Post Affiliate Pro) Integration

Hallo zusammen,

hat schonmal jemand PAP ( Post Affiliate Pro ) in einen Oxid Eshop CE integriert.

Laut Anleitung in PAP soll man folgendes Script in den Checkout Prozess einbauen:

<script type=“text/javascript”>
document.write(unescape("%3Cscript id=%27pap_x2s6df8d%27 src=%27" + ((“https:” == document.location.protocol) ? “https://” : “http://”) + “yourdomain.de/yourdirectory/scripts/trackjs.js’ type=%27text/javascript%27%3E%3C/script%3E”));
</script> <script type=“text/javascript”>
PostAffTracker.setAccountId(‘default1’);
var sale = PostAffTracker.createSale();
sale.setTotalCost(‘120.50’);
sale.setOrderID(‘ORD_12345XYZ’);
sale.setProductID(‘test product’);

PostAffTracker.register();
</script>

Die frage ist jetzt wie ich in der thankyou.tpl an den Gesamtbetrag (totalCost) komme. Auf die orderid könnte ich ja noch verzichten, aber da ich eine prozentuale Vergütung an die Affiliates zahlen möchte, wäre der Gesamtbetrag schon gut zu Wissen.

Hat das Jemand schonmal gemacht?

In etwa das selbe Thema wurde doch gerade erst hier behandelt - passt das?
Link:
http://www.oxid-esales.com/forum/showthread.php?p=71120#post71120

Hi, this is Martin from Quality Unit. If you contact us and provide us with access to your admin panel or files, we can create an integration method for Oxid Eshop… Feel free to contact our support and ask for me, Martin Pullmann.

Hi Martin

Thanks for your offer!

After the succesful integration, could you share how it works? For the next users having questions on that?