dayshiers Posted January 18, 2014 Share Posted January 18, 2014 Hi, i am using the paypal europe module and upon checkout the order confirmation page is showing as http instead of https. Forcing SSL across the whole site works, but i would rather not do this. Is anyone else having the same problem? Prestashop Version 1.5.6.0 Paypal Europe Module 3.6.1 Thanks Damien Link to comment Share on other sites More sharing options...
vekia Posted January 28, 2014 Share Posted January 28, 2014 add public $ssl = true; to order confirmation controller, then it will be secured (i hope so) Link to comment Share on other sites More sharing options...
dayshiers Posted January 30, 2014 Author Share Posted January 30, 2014 Hi Vekia, I have tried adding this to the order confirmation controller and the page is still insecure. Do you have any other ideas? Damien Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 where you added this ? it's hard to say what's going on because this page is secured by default, any chance to see it live? if so, please share url, i will create test order in your store then Link to comment Share on other sites More sharing options...
dayshiers Posted January 31, 2014 Author Share Posted January 31, 2014 i added public $ssl = true; under public $php_self = 'order-confirmation'; in the orderconfirmationcontroller.php. If you go to beta.classycrafting.com its an exact duplicate. 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