Twenga configuration javascript code help

Hi all,



i want some help to integrate javascript on confirmation page, i must put this code on confirmation page payment



[HTML]



[/HTML]



I would like to now if i must put this code on /skins/customer/view/checkout/complete.tpl file in the {hook name=“checkout:order_confirmation”}



How i can get with smarty the totalHT and orderId ?





[HTML]

{literal}



{/literal}

[/HTML]



My code is it correct ?



For more information :

[url]https://rts.twenga.com/media/Twenga_Tracking_All_v4_uk.pdf[/url]

Create the file

skins//customer/addons/my_changes/hooks/checkout/order_confirmation.post.tpl

and change the content of your script to be:

```php

script language=“javascript” type=“text/javascript” src=“http://tracker.twenga.fr/xxxxxxxxxxxxxxxxxxxxxx”>

```

thanks very much