On the last stage of your order process, normally the "thank you" or "order complete" page you need to update the server files to include our tracking code and you need to update
&MerchantID=000,
&SaleID=Your-Sale-ID and
&Purchases=Your-Purchases.
&MerchantID=000: Please ensure your correct Merchant ID is added to the tracking code. The above HTML code and all other examples on this page uses the Merchant ID 000 - be sure to replace 000 with your Merchant ID.
&SaleID=Your-Sale-ID: You would put the part of your script that generates your Sales ID / Order Number dynamically in to the Your-Sale-ID part of the tracking code.
&Purchases=Your-Purchases: You would put the part of your script that generates what your customers order breakdown is dynamically in to the Your-Purchases part of the tracking code.
Please see examples below on how it should look.