Jump to content

Paypal not working in prestashop 1.5


johnmoore84

Recommended Posts

Hi all, getting very frustrated with this now but here goes.

 

I have installed a new version of prestashop of v1.5.0.17 and then installed paypal paypal 3.2.4.

 

I have also installed backward module.

 

My problems are when you get to the final payment page and try to process a card payment you get the error "Please return to the payment page and correct the address."

 

Now the address is correct so there is a problem but i dont no what. Another problem is if I enable 3 click checkout on paypal the links are broke and the paypal logo in the right column on the website also brings up a cant find page error if clicked.

 

The main problem is the "Please return to the payment page and correct the address." error.

 

Anyone got any idea how rto solve this problem.

 

Thank you in advance

Link to comment
Share on other sites

  • 4 weeks later...

Hi,

 

I had the same problem, I resolved it in this way:

go to /modules/paypal/views/templates/front/integral_evolution/iframe.tpl

 

at the line 40

<input type="hidden" name="billing_state" value="{$billing_address->state->name}" />

change it in

<input type="hidden" name="state" value="{$billing_address->state->name}" />

 

and at the line 51

<input type="hidden" name="billing_state" value="{$delivery_address->state->name}" />

change it in

<input type="hidden" name="state" value="{$delivery_address->state->name}" />

 

I hope it helps you

Edited by DJack (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...