• Resolved nikketrikke

    (@nikketrikke)


    function w3p_add_image_to_wc_emails( $args ) {
    $args[‘show_image’] = true;
    $args[‘image_size’] = array( 100, 50 );
    return $args;
    }

    add_filter( ‘woocommerce_email_order_items_args’, ‘w3p_add_image_to_wc_emails’ );

    does this code always work?
    i tewest and now seems not work

Viewing 1 replies (of 1 total)
  • Thread Starter nikketrikke

    (@nikketrikke)

    function iconic_email_order_items_args( $args ) {

    $args[‘show_image’] = true;

    return $args;

    }

    this one for me works

Viewing 1 replies (of 1 total)
  • The topic ‘code to send image (configured) attached in email order’ is closed to new replies.