Social icons on checkout page
-
Hello there!
I tried to show this up but no luck! Could you please let me know how can I show the social icons on WooCommerce checkout page. Mostly people doesn’t get notice of social login if the aren’t visible.
I figured out where do but don’t know how to do? I hope this is the file where need to modify the code. social-buttons-checkout.php
<?php /** * Section to show social login buttons * * @package YITH WooCommerce Social Login * @since 1.0.0 * @author Yithemes */ ?> <?php if( !empty($label_checkout) ): ?> <p class="woocommerce-info"><?php printf( '%s <a href="#" class="show-ywsl-box">'.__('Haz click aquí para iniciar sesión', 'yith-woocommerce-social-login').'</a>', $label_checkout ) ?> </p> <form class="login ywsl-box"> <?php endif; YITH_WC_Social_Login_Frontend()->social_buttons('social-icons'); ?> </form>
Any suggestions how to show icons on checkout page?
Thanks in advance!
Best regards,
Abd Ur Rehman
https://www.ads-software.com/plugins/yith-woocommerce-social-login/
- The topic ‘Social icons on checkout page’ is closed to new replies.