babyewok Posted July 1, 2011 Share Posted July 1, 2011 I am getting an unsecure items warning when selecting Paypal as a payment method. This occurs in IE8 not Firefox.In another SSL issue I found that my server uses $_SERVER['SSL'] instead of $_SERVER['HTTPS'] - could this be related to this issue? I can't find any reference to $_SERVER['HTTPS'] in the Paypal module files. Or is this something else? Link to comment Share on other sites More sharing options...
babyewok Posted July 1, 2011 Author Share Posted July 1, 2011 I have a feeling it has somethign to do with this: 'url' => Tools::getShopDomain(true, true).__PS_BASE_URI__ in standard/redirect.php which controls this: src="{$url}js/jquery/jquery-1.4.4.min.js"> in redirect.tplHow can I force a secure connection here, rather than checking if there is one first? Link to comment Share on other sites More sharing options...
babyewok Posted July 1, 2011 Author Share Posted July 1, 2011 Yup, changing it to this worked: src="{$base_dir_ssl}js/jquery/jquery-1.4.4.min.js" Unless anyone has any better suggestions? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now