Hi there, i've painfully gone through my site to remove all of the insecure content loaded through SSL and now I only have two files to fix on my checkout.
One is jquery.min.js - loaded through Mowebso. Its loading the below libraries/mowebso/assets through http instead of https. I suspect it could be 'global $mowebso;' but I don't speak code too well. Is there anyway of loading below / changing the code below to load JURI::base( true ) and then jquery.min.js ? This seems to have fixed quite a few files trying to load http!
function loadjQueryLibrary() {
global $mowebso;
$mowebso->addScript('jquery.min.js','libraries/mowebso/assets/js/','text/javascript',false);
}