Page 1 of 1

SSL Problems

PostPosted: Sat Feb 04, 2012 2:53 am
by JerryM@.....com
Hello,

I just installed and setup the One Page Checkout component and now I am getting an error on the cart page saying that there are unsecure items. I was not getting this error before installing the component and the error is fixed when I turn the component off. I can't seem to think of anything that would be causing this. Any suggestions?

Thanks for your help!

Re: SSL Problems

PostPosted: Wed Feb 08, 2012 5:14 pm
by admin
Hello,
please have a look to the html code of the page and search for
http://www...

all of this links should be
https://www.
OR relative for example:
/index.php

This might be caused if you added images to the payment methods, but did not use https path for the images.

Best Regards,
Stan

Re: SSL Problems

PostPosted: Fri Feb 10, 2012 4:22 am
by JerryM@.....com
I found the issue! It's with the Loader Image for the Shipping method dropdown. When I enable the loader image in the settings, it loads as an unsecure item. I have searched high and low for where the javascript for loading this image is white no success. Where can I change the path of this image so that it loads securely??

Re: SSL Problems

PostPosted: Thu Feb 23, 2012 2:14 pm
by admin
Hello,
the loader image is in the basket.php at about line 1375 in version 1.2.311.

It can be changed from:
JURI::root().'media....

to relative path
JURI::base(true).'media ...

We will include this fix in version 312

Best Regards,
Stan