Viewing 3 replies - 1 through 3 (of 3 total)
  • You can add shortcode [oa_social_login] on checkout page.

    Thread Starter mr.jimh

    (@mrjimh)

    Hi. Thank you.

    Problem is I do not know how to add this. I can not find were to or how to paste this properly.

    Would it be something like this pasted somewhere:

    <?php echo do_shortcode( ‘[oa_social_login]’ ); ?>

    Please advise if possible.

    If you use woocomerce, first you have time to look here https://docs.woothemes.com/document/template-structure/

    You must copy this file form here
    wp-content/plugins/woocommerce/templates/checkout/form-checkout.php
    to
    wp-content/themes/yourtheme/woocommerce/templates/checkout/form-checkout.php and try to edit and looking for this </form> and add this
    <?php echo do_shortcode( ‘[oa_social_login]’ ); ?> after </form>
    or try edit checkout page from wordpress and add this [oa_social_login]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Not visible on Checkout Page’ is closed to new replies.