PovkaREAL Posted March 17, 2013 Share Posted March 17, 2013 Hello, after customer accepting website terms on checkout, he is automatically redirecting to PayPal payment page and customer can't choise other payment metods. I don't want it. How to fix it? Thanks for help! Best regards, Povilas www.belts.lt Link to comment Share on other sites More sharing options...
zar136 Posted March 25, 2013 Share Posted March 25, 2013 Same issue with me, do you find solution? Link to comment Share on other sites More sharing options...
m3442a Posted March 26, 2013 Share Posted March 26, 2013 Same issue here. New Paypal Module exist but why dont exist in this module the same structure than in other standard modules (like payment.tpl. -> payment_execution.tpl -> confirmation.tpl after payment)? This is so difficult to install and customizing this module, with others ones (bankwire, COD) i dont have any problems. And this problem staying everytime, if release a new version. i alway must say to my customers, please dont update this module. So what can we do? Link to comment Share on other sites More sharing options...
vekia Posted March 26, 2013 Share Posted March 26, 2013 which version of paypal module? Link to comment Share on other sites More sharing options...
m3442a Posted March 26, 2013 Share Posted March 26, 2013 Paypal Version 3.4.6. i also tried with Version 3.4.1 and 3.4.5, the same issue Link to comment Share on other sites More sharing options...
m3442a Posted March 26, 2013 Share Posted March 26, 2013 Order-summary.tpl exist in views/templates/front/. This is exactly the file that we need. So how can we redirect to the next step from views/templates/hook/express_checkout_payment.tpl to this page without any JS Script? Link to comment Share on other sites More sharing options...
zar136 Posted March 26, 2013 Share Posted March 26, 2013 anyone please post this into bug tracker, it may find itsway to be solved there. Link to comment Share on other sites More sharing options...
m3442a Posted March 26, 2013 Share Posted March 26, 2013 I opened a bug report http://forge.prestashop.com/browse/PNM-1193 Link to comment Share on other sites More sharing options...
uspetznaz Posted April 4, 2013 Share Posted April 4, 2013 I am facing the same issue. What Ive noticed is that if paypal is enabled, when the customer goes to checkout (in my case express checkout), then clicks "I accept the terms and conditions...", it is automatically redirected to paypal order summary. That is, if the customer wants to use any of the other payment options they must think: wtf!??? This happens when the customer has already made a purchase before and has used Paypal. It looks like if you selected paypal as payment method, then the option is "remembered". Which I dont like at all. Cheers Link to comment Share on other sites More sharing options...
uspetznaz Posted April 5, 2013 Share Posted April 5, 2013 if anyone is wondering whether 3.4.8 version changes anything I have some news: no, it does not. btw, the issue happens when customer selects paypal and then, from paypal page, they dont continue the process. So, if they click "back" in the browser or simply close the window, next time they make a checkout with you, theyll automatically be redirected to paypal summary page upon clicking on "I accept terms and condits" this must be another of those issues too "rare" as to fix them. cheers Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 6, 2013 Share Posted April 6, 2013 Maybe something to confirm is that express checkout is not enabled in your paypal module configuration settings because its among the things that can cause this Link to comment Share on other sites More sharing options...
uspetznaz Posted April 6, 2013 Share Posted April 6, 2013 It is disabled, but thanks for advise anyway :-) Link to comment Share on other sites More sharing options...
Juandbbam Posted May 6, 2013 Share Posted May 6, 2013 Hello, I have the same problem. Any solution so far? Thank you in advance. Link to comment Share on other sites More sharing options...
Marcin71 Posted May 29, 2013 Share Posted May 29, 2013 Try commenting out (or removing) the following lines in /modules/paypal/views/templates/hook/paypal.js {literal} $('#container_express_checkout').hide(); /* $('#cgv').live('click', function() { if ($('#cgv:checked').length != 0) $(location).attr('href', '{/literal}{$paypal_confirmation}{literal}'); }); */ // old jQuery compatibility /* $('#cgv').click(function() { if ($('#cgv:checked').length != 0) $(location).attr('href', '{/literal}{$paypal_confirmation}{literal}'); }); */ {/literal} Link to comment Share on other sites More sharing options...
BluTiGeS Posted May 6, 2014 Share Posted May 6, 2014 Still an issue in 3.6.8, but commenting out works. Link to comment Share on other sites More sharing options...
clubreseau Posted December 30, 2014 Share Posted December 30, 2014 I have PayPal v3.8.1 and commenting out not working. Someone can help me please ? Link to comment Share on other sites More sharing options...
sduran Posted July 8, 2016 Share Posted July 8, 2016 The same problem 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