SSL Problems

SSL Problems

Postby JerryM@.....com » Sat Feb 04, 2012 2:53 am

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!
JerryM@.....com
 
Posts: 5
Joined: Sat Feb 04, 2012 2:51 am

Re: SSL Problems

Postby admin » Wed Feb 08, 2012 5:14 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm

Re: SSL Problems

Postby JerryM@.....com » Fri Feb 10, 2012 4:22 am

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??
JerryM@.....com
 
Posts: 5
Joined: Sat Feb 04, 2012 2:51 am

Re: SSL Problems

Postby admin » Thu Feb 23, 2012 2:14 pm

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
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 1.1.x