CS Cart 2.0.15 + iDevAffiliate

I’m try to add a sales tracking according to this instructions [url]CS-Cart Documentation — CS-Cart 4.15.x documentation but it not quite enough. anyway I downloaded the latest version I’ll try to do what I can with this instructions.

Any luck with this? I’m on 2.1.1 and although it catches commissions it doesn’t catch the amount. The integration code they provide is outdated:



http://www.DOMAINNAME.com/affiliate/sale.php?profile=65&idev_saleamt={include file=“common_templates/price.tpl” value=$product.display_subtotal}&idev_ordernum={$order_info.order_id}” width=“1” height=“1”>



Anyone have a solution? I put it in the confirmation override just like the google tracking code, outside the literal tags and that got it to at least function to the point its at. Otherwise I gotta pay someone :frowning:

Under 2.1.x it is hooks/checkout/order_confirmation.override.tpl

Under 2.0.x it is hooks/orders/confirmation.override.tpl

I use {$order_info.subtotal} so I would try this:


OGIA, you rock! Thank you SO much.



I used your code and it worked perfectly!



You missed a { ordernum= though so I will re-add the code if anyone is looking to copy/paste and had the same problem with 2.1.X+idevaffiliate . Also the forum here added a space in “order” because I forgot to turn off smilies/link parsing or something originally. Here’s the clean code:













Tbirnseth- MailChimp is working great. I had considered AWeber but am very glad I went with mailchimp and your integration plugin. Awesome work keep it up.

Whoops, it was late! I fixed the error in my post in case someone doesn’t see your update.

Idevaffiliate’s iinstructions say to put the code at the bottom in this file:



CS-Cart file: /skin/[your-template]/customer/views/orders/details.tpl.



I’m using 2.1.4 but not showing any commissions. Are these instructions correct?



It doesn’t say to modify any other files.

Disregard my previous. No commissions were shown on my test orders. But when I changed the status of the order to Shipped, then the commission shows up. So the order will not show until order status changes to shipped. (in my case)