richardjkeys Posted September 28, 2010 Share Posted September 28, 2010 Hi,Firstly let me say sorry; there seems to be a lot of SSL questions, just not one that I could see was similar.I'm using SSL (to serve via HTTPS) and Sagepay as payment provider.Upon reaching the cart stage of the site; the user is correctly served the pages using HTTPS.However, when they return from the payment provider (Sagepay, the user is sent to /modules/sagepay/sucess.php) although they are being served via HTTPS, the links & script srcs in my template are not being updated to read 'https://' they all get imported using 'http://', causing the "Show non-secure items" dialog to show in IE.Is there something I need to put in the sucess.php page to ensure that Prestashop appends the 's' to the path?Any help would be greatly appreciated.Regards,Rich Link to comment Share on other sites More sharing options...
richardjkeys Posted September 28, 2010 Author Share Posted September 28, 2010 I solved this problem by adding the line:$useSSL = true;to the top of my sucess.php template. 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