johnmoore84 Posted October 8, 2012 Share Posted October 8, 2012 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 More sharing options...
johnmoore84 Posted October 9, 2012 Author Share Posted October 9, 2012 Anyone got paypal working with prestashop 1.5, need help please. Link to comment Share on other sites More sharing options...
DJack Posted November 6, 2012 Share Posted November 6, 2012 (edited) 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 November 6, 2012 by DJack (see edit history) 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