Joomla: 1.5
Virtuemart: 1.1.8
The source code on the tankyou.page shows zero value of transaction. By the item tracking it shows everything correct. I have controlled the original code, and it is the same as in another eshop which I have. In the another eshop is everything OK.
Where is the problem?
Here is the code from thankyou.page
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-XXXXXXXX-1");
pageTracker._trackPageview();pageTracker._addTrans("0", "", "0.000000", "", "0.000000", "", "", ""); pageTracker._addItem("5", "iPhone 2g sada skrutiek", "iPhone 2G sada skrutiek", "iPhone 2G náhradné diely", "6.000000", "1.000000"); pageTracker._trackTrans();
} catch(err) {}
</script>