gsnetuk Posted September 1, 2011 Share Posted September 1, 2011 Hi, I have installed and configured the PalPal Module V2.6 but when clicking on Pay by Paypal through the shop It attempts to redirect to the secure server which I believe I currently have disabled, so I get a page not found error instead. I have no need to set up SSL at the moment but may have entered the details in the SSL field previously but now when I click on 'Enable SSL' under preferences it redirects to an address that can't be found so I can't even check to see if its turned off. Is there a setting somewhere or a file that I can edit the SSL address out of that will in-turn make the Paypal module work? Hope all this makes sense! - Any help appreciated! Link to comment Share on other sites More sharing options...
gsnetuk Posted September 2, 2011 Author Share Posted September 2, 2011 Any help??? Its driving me mad trying to get this working. I did try a previous version of the paypal module but this doesn't seem to work either (different problem). Link to comment Share on other sites More sharing options...
gsnetuk Posted September 5, 2011 Author Share Posted September 5, 2011 31 Views and no replies?! Please anyone.... a little help!!!! Link to comment Share on other sites More sharing options...
Izzyflex Posted October 5, 2011 Share Posted October 5, 2011 30 days later, and still no response? Link to comment Share on other sites More sharing options...
ysco Posted October 5, 2011 Share Posted October 5, 2011 Hello Izzyflex, So when u choose paypal then it redirects cause it reads the SSL that is not there. And yo do not want to use SSL at all at the moment in your shop ? Can you have a look in your module folder paypal/standard/ and then open the file redirect.php and look at line 80 do you have here this line 'url' => Tools::getShopDomainSsl(true, true).__PS_BASE_URI__ ?? If you have this line then try to remove Ssl before (true, true) and then try again. So the line should look like this 'url' => Tools::getShopDomain(true, true).__PS_BASE_URI__ ysco.. Link to comment Share on other sites More sharing options...
kingsinnersoul Posted October 16, 2011 Share Posted October 16, 2011 it will be very appreciated if you reply and say if it worked for you. if not, maybe share with us what did work for you? Link to comment Share on other sites More sharing options...
AMATEC Posted October 21, 2011 Share Posted October 21, 2011 Hi everyone I had the same issue, in other words if I activate ssl then the paypal redirection would not work under IE ( working fine though under Safari and Firefox) and I added ssl as YSCO suggested and it solved the problem. Thanks a lot. PS: if ssl is not activated in Prestashop, there is no problem of redirection at all. 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