• Im using your plugin, and from the moment that was active, my clients started to not received some additional content on one email of woocomerce “customer-processing-order”.
    After some investigation I found The template that you implemented called “customer-processing-order.php” don’t consider the “Additional Content” used on default template:

    if ( $additional_content ) {
    	echo wp_kses_post( wpautop( wptexturize( $additional_content ) ) );
    }

    Can you consider that on the next update?

  • The topic ‘Woocomerce Processing Email’ is closed to new replies.