jeffharrell / minicart

The minicart is a great way to improve your PayPal shopping cart integration.
MIT License
501 stars 211 forks source link

Cart not clearing after payment. #292

Open glvr opened 8 years ago

glvr commented 8 years ago

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

jitender-gr commented 6 years ago

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

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

glvr commented 6 years ago

@jitender-gr ... thanks.