Jump to content

Automatically redirecting to PayPal payment


PovkaREAL

Recommended Posts

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

post-479878-0-42383800-1363511422_thumb.jpg

Link to comment
Share on other sites

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

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

  • 2 weeks later...

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

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

  • 5 weeks later...
  • 4 weeks later...

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

  • 11 months later...
  • 7 months later...
  • 1 year later...

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...