Using v9.0.2
I am trying to use the Postcode Anywhere plug-in on my checkout pages. I am using SSL on my checkout pages and IE7 keeps giving the message
Looking at the code for the "DeliveryAddressLookup" shows it is using http and not https
I used the express method for setting this up in actinic.
My client set the postcode Anywhere side of this up - does anybody know if the scripts would have asked him if he was using SSL or not?
I am trying to use the Postcode Anywhere plug-in on my checkout pages. I am using SSL on my checkout pages and IE7 keeps giving the message
This page contains both secure and non-secure items - do you want to display the non-secure items
<SCRIPT LANGUAGE=JAVASCRIPT SRC="http://services.postcodeanywhere.co.uk/popups/javascript.aspx?account_code=<actinic:variable name="ALPAccountCode" />&license_key=<actinic:variable name="ALPDeliveryLookupLicense"/>"></SCRIPT>
My client set the postcode Anywhere side of this up - does anybody know if the scripts would have asked him if he was using SSL or not?
Comment