Thank you, to share and support
Have you ever been to www.yallcenter.com ?
There is a DIY Heaven![]()
Hi,
Looking for Google Analytics. Just found some treasure in the Zen Cart backyard.
http://www.zen-cart.com/index.php?ma...roducts_id=891
http://www.zen-cart.com/index.php?ma...roducts_id=412
Hope all out there stop all their worries and start Google Analytics.
WebMaster,
See example website with applied Google Analytics.
Online Gift and Shopping Store for Australia
Zen Cart made Online Shop possible for RehanSEO
Zen Cart User - Best Online Shopping Cart
Domain Name Registration and Web Hosting
Please help. Google analytics working just fine UNTIL I switched templates. I'm now using Mother Earth and Google Analytics is reporting but there have been zero customers for the past 4 days WHICH I KNOW IS NOT ACCURATE. I had a customer email me yesterday with a question. And prior to that I had anywhere from 25 customers to over 80.
Is there something I need to do with my new template? Much much appreciated! Lynn
http://www.PetHerbalREmedies.com![]()
You will need to copy the filePlease help. Google analytics working just fine UNTIL I switched templates. I'm now using Mother Earth and Google Analytics is reporting but there have been zero customers for the past 4 days WHICH I KNOW IS NOT ACCURATE. I had a customer email me yesterday with a question. And prior to that I had anywhere from 25 customers to over 80.
Is there something I need to do with my new template? Much much appreciated! Lynn
/includes/templates/THENAMEOFYOUROLDTEMPLATEFOLDER/jscript/jscript_google_analytics.php
to your new template folder
/includes/templates/THENAMEOFYOURNEWTEMPLATEFOLDER/jscript/jscript_google_analytics.php
At Laser Cartridge Plus you will find great savings on Toner Cartridge and Ink Cartridge supplies! Excellent savings on HP Toner Cartridges too!
I just switched from Simple Google Analytics to Google Analytics by Andrew 2.2.1. It seems as though quotes are not escaped when submitting product names to google analytics.
Example...
Right Bank Babies Reversible Romper \"Mary Anne\"
After switch over...
Right Bank Babies Reversible Romper "Mary Anne"[Size: 18-24m]
The good thing is that Analytics by Andrew included the attribute. The bad thing is the quotes don't get escaped. I am going to go poking around but in case anyone is listening, maybe there is an easy fix.
Cal
This is fixed in v 2.2.3. Wait a few days. Or replace zen_output_string_protected to addslashes.
Just to confirm on line 136 replace...
Code:'"' . zen_output_string_protected($order->products[$i]['name'] . $products_attributes_name) . '",' .
with...
Code:'"' . addslashes($order->products[$i]['name'] . $products_attributes_name) . '",' .
Something tells me I took that too literally.
You did everything correctly. But better replace ALL zen_output_string_protected.
Does google analytics by andrew integrate goal value into GA? I currently just have the GA code pasted into the footer and it tracks everything fine except for goal value ($).
Or is there an easy fix to get the goal value working?
Thanks.