We are seeing an insecure content warning in the checkout page (shipping details) in Google Chrome, but not in Safari or Firefox. The only thing I can see in the source is a call to a file inv.cgi that is hard coded http://. It is being called in a javascript function ss_inv_getinfo();
That same function appears in the source on Safari and Firefox as well, but we are not seeing the insecure content warning there. I'm not sure if that's it or if it's something else causing it.
At first I thought it may be somehow related to the fact that I was logged in to the admin as well, so I tried on another computer and got the same error.
And I just confirmed that it is, indeed, the ss_inv_getinfo() function. It also happens if you try to access a regular page using secure ssl protocol. When I manually removed the block of javascript calling the ss_inv_getinfo() function, it no longer throws an insecure warning.
What can I do to fix this? I can't remove this code because it is apparently being added by ShopSite to my pages. How can I fix this error in Chrome?