Menu Content

Podpora

> Diskusní fóra, FAQs & placená podpora
Welcome, Guest
Username Password: Remember me

Virtuemart Ecommerce tracking shows 0.0000 Value
(1 viewing) (1) Guest
  • Page:
  • 1
  • 2

TOPIC: Virtuemart Ecommerce tracking shows 0.0000 Value

Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21264

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>

Re: Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21645

  • jaku
The component uses following code
$chkout = new vm_ps_checkout();
$this->totals = $chkout->calc_order_totals($_REQUEST);
to calculace the total values. So try to do some debugging to see why no values are available..

Re: Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21648

thank you. i have changed the plugin and it works fine now.

Re: Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21676

Peter, can you tell us what you changed to get it working?

Thanks,

Re: Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21677

i have changed the complete plugin and used janalyticsvirtuemart plugin.

Re: Virtuemart Ecommerce tracking shows 0.0000 Value 13 years ago #21680

Peter, thanks. Setting it up now.

The only question is Response page of your method of payment, don't know what to put in there. I am usting authorize.net for paymentes, i.e. ps_authorize.php

Just in case you know what I should put there.

Thanks,
  • Page:
  • 1
  • 2
Přihlášení uživatele Prázdný