Bug in google login
-
There is a bug in the script for google login.
Ajax respons eis different from expected and my account url is not dynamic.line 379 -401 change with:
if(response==true){ <?php if( is_checkout() ){ ?> window.location.href = "<?php echo $_SERVER['REQUEST_URI']; ?>"; <?php } else { ?> window.location.href = "<?php echo get_permalink( get_option('woocommerce_myaccount_page_id') ) ?>"; <?php } ?> }
- The topic ‘Bug in google login’ is closed to new replies.