Home Forums WoodMart support forum Woodmart socials icon in woocomerce Email

Woodmart socials icon in woocomerce Email

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #288013

    alphatechlogix
    Participant

    is this possible i need to call Woodmart socials icon in woocomerce Email when someone place order..

    I Have write this code but its showing blank
    // Add Social Links in Email Woocommerce
    function mm_email_footer( $email ) {
    printf( __( ‘Follow Us’ ), do_shortcode(‘[social_buttons type="follow" align="left" style="colored-alt" form="circle"]‘) );
    }
    add_action( ‘woocommerce_email_footer’, ‘mm_email_footer’, 10, 1 );

    #288075

    Hello,

    Unfortunately, it is not possible.

    This element is destined to be shown on the site not in the email.

    Best Regars

    #288082

    alphatechlogix
    Participant

    any custom hook available?

    #288288

    Hello,

    I have checked with our dev team, unfortunately, there is no option.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)