Integration with Woo Commerce

I have successfully setup Social Login for login page and registration page.

Last thing to do:

How can I setup so that it appears in the Woocommerce checkout page (when user not logged in)

See screen shot - http://prntscr.com/6yltrl

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited April 2015 Answer ✓
    Hi Matthew,

    could you please try to add the following code to the functions.php file if your theme?

    add_action ('woocommerce_register_form_end', 'oa_social_login_render_login_form_registration'); add_action ('woocommerce_login_form_end', 'oa_social_login_render_login_form_login');

Answers

Welcome!

Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

Please click on the link below to connect to the forum with your OneAll account.