goosedesign Posted November 4, 2013 Share Posted November 4, 2013 Prestashop version 1.5.6 Does anyone else have this problem? I have SSL enabled and it works fine on the account, checkout pages, etc. but the confirmation page is http. I tried adding the following to OrderConfirmationController.php and this works for the cheque and COD payment methods, but not for PayPal standard or Presto Changeo's Paypal Pro. public $ssl = true; Forcing SSL across the whole site works, but I'd rather not do it. I know this was a problem with an older version of PS, but thought it was fixed now. Any ideas would be very, very welcome as I can't see why my site does this, even on a clean installation. Link to comment Share on other sites More sharing options...
vekia Posted November 4, 2013 Share Posted November 4, 2013 hello you defined return url with https? 1 Link to comment Share on other sites More sharing options...
goosedesign Posted November 11, 2013 Author Share Posted November 11, 2013 Thanks – where would I do that? I don't see an option to define a return URL either for PayPal or PayPal Pro. Surely as SSL is enabled for the shop, the return URL should automatically be https? Link to comment Share on other sites More sharing options...
Ray UK Posted November 11, 2013 Share Posted November 11, 2013 Goose, you specify the return url in Paypal settings (On the paypal site, not in the PS Back office) Link to comment Share on other sites More sharing options...
bellini13 Posted November 11, 2013 Share Posted November 11, 2013 the module specifies the return url. You could try to edit the file paypalusa.php Search for paypal_usa_return_url and you should find this 'paypal_usa_return_url' => $this->context->link->getPageLink('order-confirmation.php'))); change it to 'paypal_usa_return_url' => $this->context->link->getPageLink('order-confirmation.php', true))); Link to comment Share on other sites More sharing options...
goosedesign Posted December 5, 2013 Author Share Posted December 5, 2013 Damn it I forgot to follow the topic. You would think it would be automatic to follow a thread I started. Thanks for the replies. The thing is that I have the impression that this site is behaving differently from most others and I don't know why. The developer of the PayPal Pro module says this hasn't happened with other sites and has no suggestions, so I don't think it's anything I can change in the module itself. I just hoped somebody else had encountered the same thing as it affects the standard PayPal module as well as the third party Pro one. 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