Hi all,
My ubercart is working wonderfully! Now I'm trying to integrate iDevAffiliate and need to put a tracking image on the checkout/complete page. (And I've searched and searched for answer and ended up here.) Here's what the integration instructions for iDevAffiliate say:
You'll need to place some code into your sale confirmation page. This is the page where your customers return to after making a purchase. iDevAffiliate will then be included with all your sales. If an affiliate exists for the customer, the affiliate will be credited appropriately.
You must alter all =XXX entries with the actual variable name your cart or merchant account uses. Example: =${variable_name} This will look different for all carts and merchant accounts. Check their support forums for proper syntax.
Here's the code I'm supposed to add:
<img border="0" src="http://www.sitename.com/share/sale.php?profile=72198&idev_saleamt=XXX&idev_ordernum=XXX" width="1" height="1"> So I'm thinking that I can add it to the "Checkout completion message header" field at /admin/store/settings/checkout/edit/messages. And I think that I need the [order-total] (for the idev_saleamt variable) and [order-id] (for the idev_ordernum variable) tokens. I'm just not sure whether the tokens will work or how to format them. Can anyone point me in the right direction?
Thanks,
Anne
(PS: Hi, Ryan! It was a pleasure to meet you at DIWD in New Orleans!)

I'm going to guess that you should be able to stick this HTML in there. Just remember to select the proper input format. The tokens should still work with the Full HTML format, but I'd be interested to hear back from you to see how it goes!