Help For Tracking Code

Hi,

I want to use Affiliate Marketing. Therefore I have to put a script on my "order.complete" site.

Like this:

I have to replace dynamically:
referenz=ABC_123 with the order ID of this order
betrag=123.45 with the net sum of the order (without shipping and tax)
Which variables do I have to put?
Thank you!
Bernhard

In templates use {$order_info.order_id} and {$order_info.total} variables

Thank you! But I need it in the script. So would this work?

Thank you! But I need it in the script. So would this work?

It depends on how and where do you add the script code

For example, use My changes module and create the following file

design/themes/responsive/templates/addons/my_changes/hooks/checkout/order_confirmation.post.tpl

could you do this for me as a development request?

Yes, please use link from my signature to get a quote

can't I add the script in the layout page? nd how would be the syntax for the variable?

can't I add the script in the layout page? nd how would be the syntax for the variable?

You can try HTML block with SMARTY support with the same variables

but how wuld be the code? I put: