Jump to content

PS 1.7.1.0 - PayPal Module redirecting to Order Confirmation page


root2000

Recommended Posts

I have an interesting issue with PayPal module 4.1.0. When I confirm my order it redirects me to the Order Confirmation page and not to the PayPal Sandbox. 

There are no errors in JavaScript or PHP ?

Anyone with a similar problem ?

Link to comment
Share on other sites

Hello there,

 

I am facing the same problem. 

 

Yours is the first post I've found on this topic..  I've also sent an email directly to Prestashop.  Still awaiting a reply

I also suggest you contact 202ecommerce, our partner agency in charge of the PayPal module. Feel free to contact them here.

Link to comment
Share on other sites

  • 1 month later...

I have an interesting issue with PayPal module 4.1.0. When I confirm my order it redirects me to the Order Confirmation page and not to the PayPal Sandbox. 

There are no errors in JavaScript or PHP ?

Anyone with a similar problem ?

 

I am having the same error. The module is installed and activated with no issues. At the last step of order confirmation, when I select either options of PayPal it will just refresh the order confirmation page, no redirection to PayPal. But this was only with Chrome browser. hmmmm  I tested it on Internet Explorer and it WORKED !!! it redirects with no problems.

 

What could be wrong in the code that makes it not to work with Chrome,  any idea ??

Edited by infisual (see edit history)
Link to comment
Share on other sites

I have the same problem.

 

It's redirecting to : module/paypal/index.php?controller=AdminDashboard

 

Is it a problem with nginx configuration and symfony modules ?

 

Hmmm I get the same problem with systempay modules. It must be the nginx conf

 

#1 First Problem  was :

 

# Symfony controllers
location ~ /(international|_profiler|modules|product|combination|specific-price)/(.*){
    try_files $uri $uri/ /index.php?q=$uri&$args /YOURADMINNAME/index.php$is_args$args;
}
 
it was module instead of modules
 
#2 2nd Problem was, when I click on order button, nothing was working
Disable SandBox solve my problem.
Edited by Fabrice Bourgeon (see edit history)
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...