Dave_Johns Posted February 9, 2021 Share Posted February 9, 2021 Hello, I have added to complete.tpl the following pixel: <iframe src="https://conv.eleadtracking.com/?offer_id=14861&amount=[COMMISSION_OR_SALE_VALUE]&adv_sub=[YOUR_ORDER_ID]" width="1" height="1"></iframe> The problem is that the agency is asking to send them through that pixel the Order ID and the SALE VALUE. This is how I add it on complete.tlp: {if $ispaid} <!-- Enter any HTML code which should be displayed when a user has completed checkout here --> {literal} <iframe src="https://conv.eleadtracking.com/?offer_id=14861&amount=[COMMISSION_OR_SALE_VALUE]&adv_sub=[YOUR_ORDER_ID]" width="1" height="1"></iframe> {/literal} <!-- Common uses of this include conversion and affiliate tracking scripts --> {/if} Can you help me to understand what I should do to send them the ORDER ID and the SALE VALUE to them, please? Best regard, D 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.