nicolas wrote: It depends.
In SIM mode, it's also the after_end file so it should already work.
In AIM mode, it's the file "end". But you will have to add an "if" condition around your code so that you only do it for the authorize.net payment method. Otherwise, it would add the tracking pixel for paypal and firstdata before the payment has been made.
It should be something like that:
if($order->order_payment_method=='authorize'){
//display the tracking pixel
}
Well in this new site I am not using any other payment method, it is only with Authorize.net.
I am using AIM mode, you said i would edit the "end" file, however in the settings I put a "Return Url", would I leave this blank in order for it to use the "end" page? Im not sure how this would work since it has a return URL.