
02-20-2013, 09:00 AM
|
 |
Ecwid Team
|
|
Join Date: Oct 2011
Posts: 4,947
|
|
Quote:
Originally Posted by Anabolic Designs
Thanks for your help. I'm getting really confused with this, as the track.js code has either or http: https: in the code. So now I have gone back and inserted the original code from the start of this thread as well.
|
The code contains the inclusion of Ecwid scripts. This line:
Code:
<script type="text/javascript" src="http://app.ecwid.com/script.js?1575325" charset="utf-8"></script>
It causes the mixed content conflict as it did for the trackjs codes previously: the page is requested by https but contains the http references. In order to fix that, you'll need to change http to https in that line. (It is not related to the tracking code this time).
With regards to the sales tracking, I'll answer your questions soon.
|