Deceased
- Join Date:
- Aug 2004
- Location:
- Saint Petersburg, Russia
- Posts:
- 1,782
- Plugin Contributions:
- 5
Google Analytics Integration
Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.
Views: 225,777
Deceased
Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.
Zen Follower
Hi,> a_berezin:
Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.I just tried to download the latest version but I've come up with an error on your website after I click on contributions.
As you don't have version numbers, can I suggest that you add the date of the latest version e.g. GoogleAnalytics-061117.zip so people know when it was last updated.
Many thanks for all your mods. :thumbsup: Now I just need to sell something!!!
Best regards
Alan
Zen Follower
a_berezin:
Wow! You are right! I have forgotten to reload it on ftp. Sorry :cry:
Try now.
that's cool. I was wondering why we had different opinions on how it was working.
lol.
thanks andrew.
Zen Follower
Hrrmmm.. What steps do I need to take to install the new version? Will it install on top of the other? Just replace the old files with the new?
Totally Zenned
Does anyone have a link to the most recent update copy of this mod?
Zen Follower
BlessIsaacola:
Does anyone have a link to the most recent update copy of this mod?
http://zen-cart.spb.ru/index.php?main_page=contributions
his contributions page has been updated with the latest version.
haven't installed or tested it yet.
Zen Follower
I tried the link on the site you recently posted but only see version;
v 1.0.0 18.08.2006 19:19, per its read me.
Now some time ago, I downloaded, but never installed another version;
v 1.0.1 24.08.2006 16:51, per its read me.
Is there another 3rd version available? :unsure:
Or is 1.0.1 the one I should be looking for? As it is not been available recently.
Zen Follower
I have the latest version of this mod up and running with v1.3.6.
Zen Follower
Justwade:
I tried the link on the site you recently posted but only see version;
v 1.0.0 18.08.2006 19:19, per its read me.Now some time ago, I downloaded, but never installed another version;
v 1.0.1 24.08.2006 16:51, per its read me.Is there another 3rd version available? :unsure:
Or is 1.0.1 the one I should be looking for? As it is not been available recently.
hopefully, andrew can clear that up. I'm confused now.
Totally Zenned
i just downloaded it and just FYI, its still in the header. Here's the code I have:
<script type="text/javascript">
function zen_urchinTracker() {
var scrUTM = document.createElement("script");
scrUTM.type = "text/javascript";
scrUTM.src = "http://www.google-analytics.com/urchin.js";
document.body.appendChild(scrUTM);
var scrUTM = document.createElement("script");
scrUTM.type = "text/javascript";
scrUTM.innerHTML = "\n _uacct = 'UA-XXXX';\n urchinTracker();\n";
document.body.appendChild(scrUTM);
}
</script>
yes I x-ed out my id lol
the body tag has this:
<body id="indexBody" onload="javascript:zen_urchinTracker();">
However, with that said.. i do not have any code in the footer :(
Deceased
<script type="text/javascript"> function zen_urchinTracker() { var scrUTM = document.createElement("script"); scrUTM.type = "text/javascript"; scrUTM.src = "http://www.google-analytics.com/urchin.js"; document.body.appendChild(scrUTM); var scrUTM = document.createElement("script"); scrUTM.type = "text/javascript"; scrUTM.innerHTML = "\n _uacct = 'UA-XXXX';\n urchinTracker();\n"; document.body.appendChild(scrUTM); } </script>getyourgameshere.com:
i just downloaded it and just FYI, its still in the header. Here's the code I have:
>
> yes I x-ed out my id lol
>
> the body tag has this:
>
> ```
<body id="indexBody" onload="javascript:zen_urchinTracker();">
However, with that said.. i do not have any code in the footer :(
You simply are not able to look. I see at the botom of your page:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">
_uacct = 'UA-400509-1';
urchinTracker();
</script></body></html>
New Zenner
I have installed this mod, all seems to work, but the checkout_success page wont load, any ideas what could be causing this - I am using the newest version of this mod with no modifications at all.
Deceased
mafiasam:
hopefully, andrew can clear that up. I'm confused now.
OK! If it so is important, now it named as v 1.1.0 16.10.2006 13:03.
Deceased
Nellie:
I have installed this mod, all seems to work, but the checkout_success page wont load, any ideas what could be causing this - I am using the newest version of this mod with no modifications at all.
Please is more detailed. What means "checkout_success page wont load"? Checkout_success Page not load? jscript_google_analytics.php on checkout_success page not load? Can you give me your url?
New Zenner
Hi Andrew, the checkout process works, the shipping page is displayed, then the payment page is displayed, the confirmation page is displayed, but when I hit the Confirm button the success page loads blank, have a look at https://www.fromhome.co.za.
Deceased
Nellie:
Hi Andrew, the checkout process works, the shipping page is displayed, then the payment page is displayed, the confirmation page is displayed, but when I hit the Confirm button the success page loads blank, have a look at https://www.fromhome.co.za.
Hi Nellie,
What zen-cart version you use? It seems, that 1.2.x
Deceased
a_berezin:
OK! If it so is important, now it named as v 1.1.0 16.10.2006 13:03.
UPDATED!
Last version v 1.1.1 21.11.2006 13:52
Fix some typo in /includes/modules/pages/checkout_success/jscript_google_analytics.php
New Zenner
I downloaded the mod here, http://zen-cart.spb.ru/freedownload.php?file=zc-contribution/GoogleAnalytics.zip, uploaded it and still have the same blank checkout success page:-(
Deceased
Nellie:
I downloaded the mod here, http://zen-cart.spb.ru/freedownload.php?file=zc-contribution/GoogleAnalytics.zip, uploaded it and still have the same blank checkout success page:-(
Once more
a_berezin:What zen-cart version you use? It seems, that 1.2.x
My GoogleAnalytics work only with zen-cart 1.3.5 and 1.3.6.
Totally Zenned
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">a_berezin:
You simply are not able to look. I see at the botom of your page:
_uacct = 'UA-400509-1';
urchinTracker();
</script></body></html>
what browser do you see that on? in Firefox2.0 this is what I see:
href="http://www.getyourgameshere.com/contact_us.html">GetYourGamesHere.com</a>. We are not affiliated with Nintendo, Sony, or Microsoft.</td>
</tr>
</table>
</td></tr>
</table></div>
<!--bof- parse time display -->
<!--eof- parse time display -->
<!--bof- banner #6 display -->
<!--eof- banner #6 display -->
<!--<p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0 Transitional</a></p>-->
</body></html>
```
And IE6 also has similar code.. thats the only reason i said i didn't see it :P. But it does seem to work fine, so I'm sure its a problem on my end and not the mod. Thanks for the great contrib!
Fields marked required must be completed.
Tell staff why this post should be reviewed.
Required for login, security, and core site functionality.
Help us understand how the site is used so we can improve it.
Used for promotion and personalized campaign measurement.