Hi NHRADeuce,
The analytics mod that is causing the problems is currently being discussed here:
http://www.zen-cart.com/forum/showth...7&goto=newpost
Although as yet remains unsolved...
Scotty
Printable View
Hi NHRADeuce,
The analytics mod that is causing the problems is currently being discussed here:
http://www.zen-cart.com/forum/showth...7&goto=newpost
Although as yet remains unsolved...
Scotty
Thanks Scottydog. I ended up switching over to the other contribution until I have time to get this sorted out or someone posts a fix.
I posted on the main google analytics thread about this issue, I think I've found a fix:
http://www.zen-cart.com/forum/showth...604#post511604
I,m having the same problem on my site.
http://www.elephat.net/
plus:I get ie cannot open the internet site operation aborted on some randon pg.
my Parse Time is a bit slow too.
What the heck is going on.....Help...Thanks
Same issue
www.elephat.net
errors on my site:
ie cannot open the internet site operation aborted. on products
this pg contains both secure and nonsecure items. when login
No idea what to look for....Help
Searching the FAQ area for "secure and nonsecure" brings up the answer:
https://www.zen-cart.com/tutorials/i...hp?article=150
And ... the solution is discussed above in the posts just before yours.
Need some direction on what pg's to look on.
How would i code my google search.
Thanks.
romy, your problem with security notices related to Google is because you are not using the correct URL for Google.
https://checkout.google.com/buttons/checkout.gif
The above is what is used for the Google Checkout button but the URL is invalid. There is also JS code for the Google button using an 'http' connection; which works fine except on 'https' pages.
You should contact Google to find out the correct URL and change the JS code.
Also, there are coding errors within your Template which should be corrected as well.
Hot sure how to read the coding errors.
What page or pages is the validator reading.
Thanks.
Zen cart is not installed in the root of my site, it's in http://www.domain.com/store. The store has only relative links and so works just fine going back and forth between secure store pages and non-secure store pages. The problem I get is that when you are on a secure store page and attempt to go to the root files (non store files), it sends you to https://www.domain.com instead of http, which leads to the ol' non-secure items nag in IE. How do I get it to recognize my links back to the root of the site are not ssl pages?