Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- jQuery( document.body ).on( 'checkout_error', function() {
- var scrollElement = jQuery('.woocommerce-notices-wrapper');
- jQuery( 'html, body' ).animate( { scrollTop: ( scrollElement.offset().top - 200 ) }, 100 );
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment