Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi Ankit,

    Thanks for the appreciation.
    This is a bug in the plugin. To fix it, place following code at the end of wp-content/plugins/super-socializer/inc/social_login.php file.

    if(isset($theChampLoginOptions['enable_wc_checkout']) && $theChampLoginOptions['enable_wc_checkout'] == 1){
    	add_action( 'woocommerce_checkout_before_customer_details', 'the_champ_login_button' );
    }

    We are going to include it in next release of plugin.

    Thread Starter ankitseth

    (@ankitseth)

    Hi,

    That worked like a charm. Thanks for the super quick response. ??

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Social Login buttons not showing up on WooCommerce checkout page’ is closed to new replies.