Am I reading this right?
Remmo said if we use our own SSL then the google link has to be to https as well.
Seems to work without.
Remmo said if we use our own SSL then the google link has to be to https as well.
If your taking card details manually then and have a secure server set up then the bit of code in Act_CheckoutPrimary.html that reads:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
needs to read:
<script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
needs to read:
<script src="https://www.google-analytics.com/urchin.js" type="text/javascript">
Comment