• 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
    	}
    	
    	?>
    
    } 
    • This topic was modified 6 years, 11 months ago by woptima.
    • This topic was modified 6 years, 11 months ago by woptima.
  • The topic ‘Bug in google login’ is closed to new replies.