Advertisement
Guest User

Untitled

a guest
Sep 13th, 2024
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. jQuery(document).ready(function() {
  3.    jQuery(window).on('nectar_woo_mini_cart_updated', function() {
  4.     window.location.reload();
  5.  });
  6. });
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement