When a user clicks the "Please accept the terms and conditions before proceeding" link during checkout the https padlock changes to a warning on both chrome and firefox:
There are no other links on that page (e.g. in modules) to cause this: if the user does not view the T&Cs the padlock remains unaffected. It looks as though the popup is using http.
I came across this whilst trying to change the popup to jcepopup to retain style formatting and thought it was something I had done. I removed the override completely, cleared the browser chache and noticed the original modal box did this too.
Hikashop starter 2.1.2 as at 17 April.
Exactly the same thing happens when the user clicks "New" (address).
Regards,
Ric
Additional note: In chrome, inspecting the element reveals the link as:
<a href="/index.php/component/content/article?id=107&tmpl=component" class="modal" rel="{handler: 'iframe', size: {x: 450, y: 480}}" target="_blank">Please accept the terms and conditions before proceeding</a>
On inspection this resolves to:
https://somedomain.com/index.php/component/content/article?id=107&tmpl=component
... which is definitely https. Most curious.