Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cart not clearing after payment. #292

Open
glvr opened this issue Jul 20, 2016 · 2 comments
Open

Cart not clearing after payment. #292

glvr opened this issue Jul 20, 2016 · 2 comments

Comments

@glvr
Copy link

glvr commented Jul 20, 2016

Cart isn't clearing when returning to 'thanks' page on site after payment.

@jitender-gr
Copy link

you need to use jquery after the payment on thank you page:

jQuery(document).ready(function () {
paypal.minicart.reset();
});

@glvr
Copy link
Author

glvr commented Jan 22, 2018

@jitender-gr ... thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants