Jump to content

Security problem with prestashop 1.6


Recommended Posts

I have installed prestashop 1.6.10. I have SSL and everything is OK. I even check my site in Why No Padlock site and it says that everything is secured. But when i start to make 5 step order and i reach shipping section then my browser says that parts of my page are not secured (usually pictures). I remove picture from my carrier but nothing happens. When i go to next step (payment) it again says that page is secured.

 

Problem is if i want to use one step payment option then again page is not secured and I'm not able to make a payment.

 

I will be greatfull for any solution

post-582437-0-93901300-1484463223_thumb.jpg

Link to comment
Share on other sites

hello

screenshot explains everything

your order process contains some unsecured contents (loaded via http not https)

usually its a matter of some images, css styles, js files etc.

 

in this case it is necessary to find what contents are loaded via http and change http to https for these elements (code modification)

Link to comment
Share on other sites

You have this error

 

 

Mixed Content: The page at 'https://www.myriver.eu/order' was loaded over HTTPS, but requested an insecure image 'http://www.myriver.eu/modules/econt/loading.gif'. This content should also be served over HTTPS.

 

 

So check in modules/econt maybe views/templates folder in some tpl file how that gif is called. And change to https

or relative path or some smarty variable.

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...