Hi, I'll pay someone ($20 Paypal) for help on this one...
there are other ZenCart users who need this information as well.

I'm currently trying to install the sale tracking code for my StuffedTracker(.com)...
It's tricky business because the StuffedTracker guys don't know the ZenCart defines...
and this problem relies heavily on ZenCart specific information.

The main problem is getting the "product info" to display in the "sales tracking"...
the code below is setup to handle this info, but I can't get it working...my lack of programming knowledge.

Here's the supplied tracking code...
"nsOrderItems.push" needs some sort of dynamic input from ZenCart:

Code:
<!-- Start of Stuffed Tracker 3.0.2 code for http://www.domain.com -->
<script type="text/javascript">
var nsAmp=unescape('%26');
var nsSiteId=1;
var nsTrackPath='https://www.domain.com/stracker/index.php?sc=track'+nsAmp+'action=sale'+nsAmp+'';
var nsTrackMode='sale';
var nsCode=1;
var nsCost='';
var nsOrderId='';
var nsOrderInfo='';
var nsOrderItems = new Array();
//nsOrderItems.push('{{product}}{{10}}{{1}}');
</script>
<script type="text/javascript" src="https://www.domain.com/tracker/track.js"></script>
<noscript>
<p style="display:none"><img src="https://www.domain.com/tracker/index.php?sc=track&amp;action=sale&amp;st=1" width="1" height="1" alt="" style="display:none"/></p>
</noscript>
<!-- End of Stuffed Tracker code -->
I've already tried using the defines from the ZenCart email system...
but they don't seem to register in StuffedTracker, I imagine they aren't getting parsed. (Hehe, am I using the right lingo here?)

Could someone please help get this setup?
I know it's not very difficult, but I've tested everything I can think of with my limited programming knowledge.

See this StuffedTracker thread for an interesting example, this will help you understand a bit more...
forums.stuffedguys.com/index.php?showtopic=1071&st=0#entry5027

Please help get this working properly...
it's critical we track our sales with product Name, Amount, Price, OrderID

I'll answer any questions and help in any way I can...let me know.

Thanks!